COLOR #9E63AE

HEX: #9E63AE
RGB: (158,99,174)

Renk bilgisi

#9E63AE contains mainly red and blue colors. #9E63AE ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9E63AE color RGB value is (158,99,174).

  • kırmız ton 158;
  • yeşil ton 99;
  • mavi ton 174.
RGB:
(158,99,174)
(62%,39%,68%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 99 of 255 = 39%
B 174 of 255 = 68%

158
99
174

R + G + B ~ 56%. #9E63AE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 99 + 174 = 431 (100%)
R 158 of 431 ~ 36.66%
G 99 of 431 ~ 22.97%
B 174 of 431 ~ 40.37%

%36.66
%22.97
%40.37

CMYK RENK MODELİ

#9E63AE rengi CMYK tonu (9,43,0,32).

  • camgöbeği tonu 9.20%
  • eflatun tonu 43.10%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(9,43,0,32)
C9M43Y0K32 
(9%,43%,0%,32%)
(0.09/0.43/0.00/0.32)	

CMYK yüzdeleri

%9.2
%43.1
%0
%31.76

Codes

Color #9E63AE in popluar color models

9E63AE
RGB15899174
HSL287°31.65%53.53%
HSB/HSV287°43.10%68.24%
CMYK9.20%43.10%0.00%
31.76%

Color #9E63AE in popluar number systems.

HEX9E63AE
Decimal15899174
Binary10011110110001110101110
Octal236143256

Shades and tints

Shades of #9E63AE

#9E63AE
(158,99,174)
#905A9F
(144,90,159)
#825190
(130,81,144)
#744881
(116,72,129)
#663F72
(102,63,114)
#583663
(88,54,99)
#4A2D54
(74,45,84)
#3C2445
(60,36,69)
#2E1B36
(46,27,54)
#201227
(32,18,39)
#120918
(18,9,24)
#000000
(0,0,0)

Tints of #9E63AE

#9E63AE
(158,99,174)
#A671B5
(166,113,181)
#AE7FBC
(174,127,188)
#B68DC3
(182,141,195)
#BE9BCA
(190,155,202)
#C6A9D1
(198,169,209)
#CEB7D8
(206,183,216)
#D6C5DF
(214,197,223)
#DED3E6
(222,211,230)
#E6E1ED
(230,225,237)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E63AE color. Also use rgb(158,99,174) instead hex code.

Text Font Color

.myTextColor { color: #9E63AE; }

<p style="color:#9E63AE">This sample text font color is #9E63AE.</p>

This text font color is #9E63AE.


Background Color

.myBgColor { background-color: #9E63AE; }

<div style="background-color:#9E63AE">Inner text</div>

This div background color is #9E63AE.


Border color

.myBorderColor { border: 1px solid #9E63AE; }

<div style="border:3px solid #9E63AE">Div</div>

This div border color is #9E63AE.


Opacity

.myOpacity80 { color: #9E63AE; opacity: 0.8; }

<p style="color:#9E63AE;opacity:0.8;">80%</p>

Text with #9E63AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9E63AE;}

<p style="text-shadow: 3px 3px 1px #9E63AE">Text here.</p>

This text has shadow with #9E63AE color.

.textShadow {text-shadow: 3px 3px 1px #9E63AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9E63AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #9E63AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E63AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9E63AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #9E63AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9E63AE;
  -webkit-box-shadow:	1px 1px 3px 2px #9E63AE;
  box-shadow:		1px 1px 3px 2px #9E63AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E63AE;
-webkit-box-shadow: 1px 1px 3px 2px #9E63AE;
box-shadow:1px 1px 3px 2px #9E63AE;">
Div content here</div>
This div box has shadow with color #9E63AE.

Preview

Color preview on black background

This text has color #9E63AE on black background.


Color preview on white background

This text has color #9E63AE on white background.



Black color preview on #9E63AE background

This text has black color on #9E63AE background.


White color preview on #9E63AE background

This text has white color on #9E63AE background.