COLOR #9E92E5

HEX: #9E92E5 RGB: (158,146,229)

Color info

#9E92E5 contains mainly blue color. Web safe color of #9E92E5 is #9999CC (or #99C).

RGB color model

#9E92E5 color RGB value is (158,146,229).

RGB: (158,146,229) (62%, 57%, 90%)

RGB channels and saturation

R 158 of 255 = 62%
G 146 of 255 = 57%
B 229 of 255 = 90%

158
146
229

R + G + B ~ 70%. #9E92E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 146 + 229 = 533 (100%)
R 158 of 533 ~ 29.64%
G 146 of 533 ~ 27.39%
B 229 of 533 ~ 42.96'%

%29.64
%27.39
%42.96

CMYK color model

#9E92E5 color CMYK value is (31,36,0,10).

  • cyan value is 31.00%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (31,36,0,10)
C31M36Y0K10 (31%, 36%, 0%, 10%)
(0.31 / 0.36 / 0.00 / 0.10)

CMYK percentages

%31
%36.24
%0
%10.2

Codes

Color #9E92E5 in popluar color models

9E 92 E5
RGB 158 146 229
HSL 249° 61.48% 73.53%
HSB/HSV 249° 36.24% 89.80%
CMYK 31.00% 36.24% 0.00%
10.20%

Color #9E92E5 in popluar number systems.

HEX 9E 92 E5
Decimal 158 146 229
Binary 10011110 10010010 11100101
Octal 236 222 345

Shades and tints

Shades of #9E92E5

#9E92E5
(158,146,229)
#9085D1
(144,133,209)
#8278BD
(130,120,189)
#746BA9
(116,107,169)
#665E95
(102,94,149)
#585181
(88,81,129)
#4A446D
(74,68,109)
#3C3759
(60,55,89)
#2E2A45
(46,42,69)
#201D31
(32,29,49)
#12101D
(18,16,29)
#000000
(0,0,0)

Tints of #9E92E5

#9E92E5
(158,146,229)
#A69BE7
(166,155,231)
#AEA4E9
(174,164,233)
#B6ADEB
(182,173,235)
#BEB6ED
(190,182,237)
#C6BFEF
(198,191,239)
#CEC8F1
(206,200,241)
#D6D1F3
(214,209,243)
#DEDAF5
(222,218,245)
#E6E3F7
(230,227,247)
#EEECF9
(238,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E92E5 color. Also use rgb(158,146,229) instead hex code.

Text Font Color

.myTextColor { color: #9E92E5; }

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

This text font color is #9E92E5.

Background Color

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

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

This div background color is #9E92E5.

Border color

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

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

This div border color is #9E92E5.

Opacity

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

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

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

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

This text has shadow with #9E92E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E92E5.

Preview

Color preview on black background

This text has color #9E92E5 on black background.


Color preview on white background

This text has color #9E92E5 on white background.


Black color preview on #9E92E5 background

This text has black color on #9E92E5 background.


White color preview on #9E92E5 background

This text has white color on #9E92E5 background.


Related colors

Complementary color

Complementary color for #hex is #616D1A.


I love getcolorcode.com

Triadic colors

1 #E59E92 and #92E59E with #9E92E5 are triadic colors.

2 #E5929E and #929EE5 with #9E92E5 are triadic colors.