COLOR #9F6EE6

HEX: #9F6EE6 RGB: (159,110,230)

Color info

#9F6EE6 contains mainly blue color. Web safe color of #9F6EE6 is #9966CC (or #96C).

RGB color model

#9F6EE6 color RGB value is (159,110,230).

RGB: (159,110,230) (62%, 43%, 90%)

RGB channels and saturation

R 159 of 255 = 62%
G 110 of 255 = 43%
B 230 of 255 = 90%

159
110
230

R + G + B ~ 65%. #9F6EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 110 + 230 = 499 (100%)
R 159 of 499 ~ 31.86%
G 110 of 499 ~ 22.04%
B 230 of 499 ~ 46.09'%

%31.86
%22.04
%46.09

CMYK color model

#9F6EE6 color CMYK value is (31,52,0,10).

  • cyan value is 30.87%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (31,52,0,10)
C31M52Y0K10 (31%, 52%, 0%, 10%)
(0.31 / 0.52 / 0.00 / 0.10)

CMYK percentages

%30.87
%52.17
%0
%9.8

Codes

Color #9F6EE6 in popluar color models

9F 6E E6
RGB 159 110 230
HSL 265° 70.59% 66.67%
HSB/HSV 265° 52.17% 90.20%
CMYK 30.87% 52.17% 0.00%
9.80%

Color #9F6EE6 in popluar number systems.

HEX 9F 6E E6
Decimal 159 110 230
Binary 10011111 1101110 11100110
Octal 237 156 346

Shades and tints

Shades of #9F6EE6

#9F6EE6
(159,110,230)
#9164D2
(145,100,210)
#835ABE
(131,90,190)
#7550AA
(117,80,170)
#674696
(103,70,150)
#593C82
(89,60,130)
#4B326E
(75,50,110)
#3D285A
(61,40,90)
#2F1E46
(47,30,70)
#211432
(33,20,50)
#130A1E
(19,10,30)
#000000
(0,0,0)

Tints of #9F6EE6

#9F6EE6
(159,110,230)
#A77BE8
(167,123,232)
#AF88EA
(175,136,234)
#B795EC
(183,149,236)
#BFA2EE
(191,162,238)
#C7AFF0
(199,175,240)
#CFBCF2
(207,188,242)
#D7C9F4
(215,201,244)
#DFD6F6
(223,214,246)
#E7E3F8
(231,227,248)
#EFF0FA
(239,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6EE6 color. Also use rgb(159,110,230) instead hex code.

Text Font Color

.myTextColor { color: #9F6EE6; }

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

This text font color is #9F6EE6.

Background Color

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

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

This div background color is #9F6EE6.

Border color

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

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

This div border color is #9F6EE6.

Opacity

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

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

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

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

This text has shadow with #9F6EE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6EE6.

Preview

Color preview on black background

This text has color #9F6EE6 on black background.


Color preview on white background

This text has color #9F6EE6 on white background.


Black color preview on #9F6EE6 background

This text has black color on #9F6EE6 background.


White color preview on #9F6EE6 background

This text has white color on #9F6EE6 background.


Related colors

Complementary color

Complementary color for #hex is #609119.


I love getcolorcode.com

Triadic colors

1 #E69F6E and #6EE69F with #9F6EE6 are triadic colors.

2 #E66E9F and #6E9FE6 with #9F6EE6 are triadic colors.