COLOR #9E80CB

HEX: #9E80CB RGB: (158,128,203)

Color info

#9E80CB contains mainly red and blue colors. Web safe color of #9E80CB is #9966CC (or #96C).

RGB color model

#9E80CB color RGB value is (158,128,203).

RGB: (158,128,203) (62%, 50%, 80%)

RGB channels and saturation

R 158 of 255 = 62%
G 128 of 255 = 50%
B 203 of 255 = 80%

158
128
203

R + G + B ~ 64%. #9E80CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 128 + 203 = 489 (100%)
R 158 of 489 ~ 32.31%
G 128 of 489 ~ 26.18%
B 203 of 489 ~ 41.51'%

%32.31
%26.18
%41.51

CMYK color model

#9E80CB color CMYK value is (22,37,0,20).

  • cyan value is 22.17%
  • magenta value is 36.95%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (22,37,0,20)
C22M37Y0K20 (22%, 37%, 0%, 20%)
(0.22 / 0.37 / 0.00 / 0.20)

CMYK percentages

%22.17
%36.95
%0
%20.39

Codes

Color #9E80CB in popluar color models

9E 80 CB
RGB 158 128 203
HSL 264° 41.90% 64.90%
HSB/HSV 264° 36.95% 79.61%
CMYK 22.17% 36.95% 0.00%
20.39%

Color #9E80CB in popluar number systems.

HEX 9E 80 CB
Decimal 158 128 203
Binary 10011110 10000000 11001011
Octal 236 200 313

Shades and tints

Shades of #9E80CB

#9E80CB
(158,128,203)
#9075B9
(144,117,185)
#826AA7
(130,106,167)
#745F95
(116,95,149)
#665483
(102,84,131)
#584971
(88,73,113)
#4A3E5F
(74,62,95)
#3C334D
(60,51,77)
#2E283B
(46,40,59)
#201D29
(32,29,41)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #9E80CB

#9E80CB
(158,128,203)
#A68BCF
(166,139,207)
#AE96D3
(174,150,211)
#B6A1D7
(182,161,215)
#BEACDB
(190,172,219)
#C6B7DF
(198,183,223)
#CEC2E3
(206,194,227)
#D6CDE7
(214,205,231)
#DED8EB
(222,216,235)
#E6E3EF
(230,227,239)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E80CB color. Also use rgb(158,128,203) instead hex code.

Text Font Color

.myTextColor { color: #9E80CB; }

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

This text font color is #9E80CB.

Background Color

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

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

This div background color is #9E80CB.

Border color

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

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

This div border color is #9E80CB.

Opacity

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

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

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

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

This text has shadow with #9E80CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E80CB.

Preview

Color preview on black background

This text has color #9E80CB on black background.


Color preview on white background

This text has color #9E80CB on white background.


Black color preview on #9E80CB background

This text has black color on #9E80CB background.


White color preview on #9E80CB background

This text has white color on #9E80CB background.


Related colors

Complementary color

Complementary color for #hex is #617F34.


I love getcolorcode.com

Triadic colors

1 #CB9E80 and #80CB9E with #9E80CB are triadic colors.

2 #CB809E and #809ECB with #9E80CB are triadic colors.