COLOR #9E63AF

HEX: #9E63AF RGB: (158,99,175)

Color info

#9E63AF contains mainly red and blue colors. Web safe color of #9E63AF is #996699 (or #969).

RGB color model

#9E63AF color RGB value is (158,99,175).

RGB: (158,99,175) (62%, 39%, 69%)

RGB channels and saturation

R 158 of 255 = 62%
G 99 of 255 = 39%
B 175 of 255 = 69%

158
99
175

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

Portions of RGB colors in percentages

R + G + B = 158 + 99 + 175 = 432 (100%)
R 158 of 432 ~ 36.57%
G 99 of 432 ~ 22.92%
B 175 of 432 ~ 40.51'%

%36.57
%22.92
%40.51

CMYK color model

#9E63AF color CMYK value is (10,43,0,31).

  • cyan value is 9.71%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (10,43,0,31)
C10M43Y0K31 (10%, 43%, 0%, 31%)
(0.10 / 0.43 / 0.00 / 0.31)

CMYK percentages

%9.71
%43.43
%0
%31.37

Codes

Color #9E63AF in popluar color models

9E 63 AF
RGB 158 99 175
HSL 287° 32.20% 53.73%
HSB/HSV 287° 43.43% 68.63%
CMYK 9.71% 43.43% 0.00%
31.37%

Color #9E63AF in popluar number systems.

HEX 9E 63 AF
Decimal 158 99 175
Binary 10011110 1100011 10101111
Octal 236 143 257

Shades and tints

Shades of #9E63AF

#9E63AF
(158,99,175)
#905AA0
(144,90,160)
#825191
(130,81,145)
#744882
(116,72,130)
#663F73
(102,63,115)
#583664
(88,54,100)
#4A2D55
(74,45,85)
#3C2446
(60,36,70)
#2E1B37
(46,27,55)
#201228
(32,18,40)
#120919
(18,9,25)
#000000
(0,0,0)

Tints of #9E63AF

#9E63AF
(158,99,175)
#A671B6
(166,113,182)
#AE7FBD
(174,127,189)
#B68DC4
(182,141,196)
#BE9BCB
(190,155,203)
#C6A9D2
(198,169,210)
#CEB7D9
(206,183,217)
#D6C5E0
(214,197,224)
#DED3E7
(222,211,231)
#E6E1EE
(230,225,238)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E63AF; }

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

This text font color is #9E63AF.

Background Color

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

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

This div background color is #9E63AF.

Border color

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

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

This div border color is #9E63AF.

Opacity

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

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

Text with #9E63AF 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 #9E63AF;}

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

This text has shadow with #9E63AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E63AF.

Preview

Color preview on black background

This text has color #9E63AF on black background.


Color preview on white background

This text has color #9E63AF on white background.


Black color preview on #9E63AF background

This text has black color on #9E63AF background.


White color preview on #9E63AF background

This text has white color on #9E63AF background.


Related colors

Complementary color

Complementary color for #hex is #619C50.


I love getcolorcode.com

Triadic colors

1 #AF9E63 and #63AF9E with #9E63AF are triadic colors.

2 #AF639E and #639EAF with #9E63AF are triadic colors.