COLOR #9E5CBF

HEX: #9E5CBF RGB: (158,92,191)

Color info

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

RGB color model

#9E5CBF color RGB value is (158,92,191).

RGB: (158,92,191) (62%, 36%, 75%)

RGB channels and saturation

R 158 of 255 = 62%
G 92 of 255 = 36%
B 191 of 255 = 75%

158
92
191

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

Portions of RGB colors in percentages

R + G + B = 158 + 92 + 191 = 441 (100%)
R 158 of 441 ~ 35.83%
G 92 of 441 ~ 20.86%
B 191 of 441 ~ 43.31'%

%35.83
%20.86
%43.31

CMYK color model

#9E5CBF color CMYK value is (17,52,0,25).

  • cyan value is 17.28%
  • magenta value is 51.83%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (17,52,0,25)
C17M52Y0K25 (17%, 52%, 0%, 25%)
(0.17 / 0.52 / 0.00 / 0.25)

CMYK percentages

%17.28
%51.83
%0
%25.1

Codes

Color #9E5CBF in popluar color models

9E 5C BF
RGB 158 92 191
HSL 280° 43.61% 55.49%
HSB/HSV 280° 51.83% 74.90%
CMYK 17.28% 51.83% 0.00%
25.10%

Color #9E5CBF in popluar number systems.

HEX 9E 5C BF
Decimal 158 92 191
Binary 10011110 1011100 10111111
Octal 236 134 277

Shades and tints

Shades of #9E5CBF

#9E5CBF
(158,92,191)
#9054AE
(144,84,174)
#824C9D
(130,76,157)
#74448C
(116,68,140)
#663C7B
(102,60,123)
#58346A
(88,52,106)
#4A2C59
(74,44,89)
#3C2448
(60,36,72)
#2E1C37
(46,28,55)
#201426
(32,20,38)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #9E5CBF

#9E5CBF
(158,92,191)
#A66AC4
(166,106,196)
#AE78C9
(174,120,201)
#B686CE
(182,134,206)
#BE94D3
(190,148,211)
#C6A2D8
(198,162,216)
#CEB0DD
(206,176,221)
#D6BEE2
(214,190,226)
#DECCE7
(222,204,231)
#E6DAEC
(230,218,236)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5CBF color. Also use rgb(158,92,191) instead hex code.

Text Font Color

.myTextColor { color: #9E5CBF; }

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

This text font color is #9E5CBF.

Background Color

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

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

This div background color is #9E5CBF.

Border color

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

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

This div border color is #9E5CBF.

Opacity

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

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

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

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

This text has shadow with #9E5CBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E5CBF.

Preview

Color preview on black background

This text has color #9E5CBF on black background.


Color preview on white background

This text has color #9E5CBF on white background.


Black color preview on #9E5CBF background

This text has black color on #9E5CBF background.


White color preview on #9E5CBF background

This text has white color on #9E5CBF background.


Related colors

Complementary color

Complementary color for #hex is #61A340.


I love getcolorcode.com

Triadic colors

1 #BF9E5C and #5CBF9E with #9E5CBF are triadic colors.

2 #BF5C9E and #5C9EBF with #9E5CBF are triadic colors.