COLOR #9E82D7

HEX: #9E82D7 RGB: (158,130,215)

Color info

#9E82D7 contains mainly red and blue colors. Web safe color of #9E82D7 is #9999CC (or #99C).

RGB color model

#9E82D7 color RGB value is (158,130,215).

RGB: (158,130,215) (62%, 51%, 84%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 215 of 255 = 84%

158
130
215

R + G + B ~ 66%. #9E82D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 130 + 215 = 503 (100%)
R 158 of 503 ~ 31.41%
G 130 of 503 ~ 25.84%
B 215 of 503 ~ 42.74'%

%31.41
%25.84
%42.74

CMYK color model

#9E82D7 color CMYK value is (27,40,0,16).

  • cyan value is 26.51%
  • magenta value is 39.53%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (27,40,0,16)
C27M40Y0K16 (27%, 40%, 0%, 16%)
(0.27 / 0.40 / 0.00 / 0.16)

CMYK percentages

%26.51
%39.53
%0
%15.69

Codes

Color #9E82D7 in popluar color models

9E 82 D7
RGB 158 130 215
HSL 260° 51.52% 67.65%
HSB/HSV 260° 39.53% 84.31%
CMYK 26.51% 39.53% 0.00%
15.69%

Color #9E82D7 in popluar number systems.

HEX 9E 82 D7
Decimal 158 130 215
Binary 10011110 10000010 11010111
Octal 236 202 327

Shades and tints

Shades of #9E82D7

#9E82D7
(158,130,215)
#9077C4
(144,119,196)
#826CB1
(130,108,177)
#74619E
(116,97,158)
#66568B
(102,86,139)
#584B78
(88,75,120)
#4A4065
(74,64,101)
#3C3552
(60,53,82)
#2E2A3F
(46,42,63)
#201F2C
(32,31,44)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #9E82D7

#9E82D7
(158,130,215)
#A68DDA
(166,141,218)
#AE98DD
(174,152,221)
#B6A3E0
(182,163,224)
#BEAEE3
(190,174,227)
#C6B9E6
(198,185,230)
#CEC4E9
(206,196,233)
#D6CFEC
(214,207,236)
#DEDAEF
(222,218,239)
#E6E5F2
(230,229,242)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E82D7 color. Also use rgb(158,130,215) instead hex code.

Text Font Color

.myTextColor { color: #9E82D7; }

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

This text font color is #9E82D7.

Background Color

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

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

This div background color is #9E82D7.

Border color

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

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

This div border color is #9E82D7.

Opacity

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

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

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

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

This text has shadow with #9E82D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E82D7.

Preview

Color preview on black background

This text has color #9E82D7 on black background.


Color preview on white background

This text has color #9E82D7 on white background.


Black color preview on #9E82D7 background

This text has black color on #9E82D7 background.


White color preview on #9E82D7 background

This text has white color on #9E82D7 background.


Related colors

Complementary color

Complementary color for #hex is #617D28.


I love getcolorcode.com

Triadic colors

1 #D79E82 and #82D79E with #9E82D7 are triadic colors.

2 #D7829E and #829ED7 with #9E82D7 are triadic colors.