COLOR #9E67AB

HEX: #9E67AB RGB: (158,103,171)

Color info

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

RGB color model

#9E67AB color RGB value is (158,103,171).

RGB: (158,103,171) (62%, 40%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 103 of 255 = 40%
B 171 of 255 = 67%

158
103
171

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

Portions of RGB colors in percentages

R + G + B = 158 + 103 + 171 = 432 (100%)
R 158 of 432 ~ 36.57%
G 103 of 432 ~ 23.84%
B 171 of 432 ~ 39.58'%

%36.57
%23.84
%39.58

CMYK color model

#9E67AB color CMYK value is (8,40,0,33).

  • cyan value is 7.60%
  • magenta value is 39.77%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (8,40,0,33)
C8M40Y0K33 (8%, 40%, 0%, 33%)
(0.08 / 0.40 / 0.00 / 0.33)

CMYK percentages

%7.6
%39.77
%0
%32.94

Codes

Color #9E67AB in popluar color models

9E 67 AB
RGB 158 103 171
HSL 289° 28.81% 53.73%
HSB/HSV 289° 39.77% 67.06%
CMYK 7.60% 39.77% 0.00%
32.94%

Color #9E67AB in popluar number systems.

HEX 9E 67 AB
Decimal 158 103 171
Binary 10011110 1100111 10101011
Octal 236 147 253

Shades and tints

Shades of #9E67AB

#9E67AB
(158,103,171)
#905E9C
(144,94,156)
#82558D
(130,85,141)
#744C7E
(116,76,126)
#66436F
(102,67,111)
#583A60
(88,58,96)
#4A3151
(74,49,81)
#3C2842
(60,40,66)
#2E1F33
(46,31,51)
#201624
(32,22,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9E67AB

#9E67AB
(158,103,171)
#A674B2
(166,116,178)
#AE81B9
(174,129,185)
#B68EC0
(182,142,192)
#BE9BC7
(190,155,199)
#C6A8CE
(198,168,206)
#CEB5D5
(206,181,213)
#D6C2DC
(214,194,220)
#DECFE3
(222,207,227)
#E6DCEA
(230,220,234)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E67AB color. Also use rgb(158,103,171) instead hex code.

Text Font Color

.myTextColor { color: #9E67AB; }

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

This text font color is #9E67AB.

Background Color

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

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

This div background color is #9E67AB.

Border color

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

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

This div border color is #9E67AB.

Opacity

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

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

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

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

This text has shadow with #9E67AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E67AB.

Preview

Color preview on black background

This text has color #9E67AB on black background.


Color preview on white background

This text has color #9E67AB on white background.


Black color preview on #9E67AB background

This text has black color on #9E67AB background.


White color preview on #9E67AB background

This text has white color on #9E67AB background.


Related colors

Complementary color

Complementary color for #hex is #619854.


I love getcolorcode.com

Triadic colors

1 #AB9E67 and #67AB9E with #9E67AB are triadic colors.

2 #AB679E and #679EAB with #9E67AB are triadic colors.