COLOR #9E65BC

HEX: #9E65BC RGB: (158,101,188)

Color info

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

RGB color model

#9E65BC color RGB value is (158,101,188).

RGB: (158,101,188) (62%, 40%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 101 of 255 = 40%
B 188 of 255 = 74%

158
101
188

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

Portions of RGB colors in percentages

R + G + B = 158 + 101 + 188 = 447 (100%)
R 158 of 447 ~ 35.35%
G 101 of 447 ~ 22.6%
B 188 of 447 ~ 42.06'%

%35.35
%22.6
%42.06

CMYK color model

#9E65BC color CMYK value is (16,46,0,26).

  • cyan value is 15.96%
  • magenta value is 46.28%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,46,0,26)
C16M46Y0K26 (16%, 46%, 0%, 26%)
(0.16 / 0.46 / 0.00 / 0.26)

CMYK percentages

%15.96
%46.28
%0
%26.27

Codes

Color #9E65BC in popluar color models

9E 65 BC
RGB 158 101 188
HSL 279° 39.37% 56.67%
HSB/HSV 279° 46.28% 73.73%
CMYK 15.96% 46.28% 0.00%
26.27%

Color #9E65BC in popluar number systems.

HEX 9E 65 BC
Decimal 158 101 188
Binary 10011110 1100101 10111100
Octal 236 145 274

Shades and tints

Shades of #9E65BC

#9E65BC
(158,101,188)
#905CAB
(144,92,171)
#82539A
(130,83,154)
#744A89
(116,74,137)
#664178
(102,65,120)
#583867
(88,56,103)
#4A2F56
(74,47,86)
#3C2645
(60,38,69)
#2E1D34
(46,29,52)
#201423
(32,20,35)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #9E65BC

#9E65BC
(158,101,188)
#A673C2
(166,115,194)
#AE81C8
(174,129,200)
#B68FCE
(182,143,206)
#BE9DD4
(190,157,212)
#C6ABDA
(198,171,218)
#CEB9E0
(206,185,224)
#D6C7E6
(214,199,230)
#DED5EC
(222,213,236)
#E6E3F2
(230,227,242)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E65BC color. Also use rgb(158,101,188) instead hex code.

Text Font Color

.myTextColor { color: #9E65BC; }

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

This text font color is #9E65BC.

Background Color

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

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

This div background color is #9E65BC.

Border color

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

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

This div border color is #9E65BC.

Opacity

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

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

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

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

This text has shadow with #9E65BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E65BC.

Preview

Color preview on black background

This text has color #9E65BC on black background.


Color preview on white background

This text has color #9E65BC on white background.


Black color preview on #9E65BC background

This text has black color on #9E65BC background.


White color preview on #9E65BC background

This text has white color on #9E65BC background.


Related colors

Complementary color

Complementary color for #hex is #619A43.


I love getcolorcode.com

Triadic colors

1 #BC9E65 and #65BC9E with #9E65BC are triadic colors.

2 #BC659E and #659EBC with #9E65BC are triadic colors.