COLOR #9F83BB

HEX: #9F83BB RGB: (159,131,187)

Color info

#9F83BB contains red, green and blue colors in about the same proportion. Web safe color of #9F83BB is #9999CC (or #99C).

RGB color model

#9F83BB color RGB value is (159,131,187).

RGB: (159,131,187) (62%, 51%, 73%)

RGB channels and saturation

R 159 of 255 = 62%
G 131 of 255 = 51%
B 187 of 255 = 73%

159
131
187

R + G + B ~ 62%. #9F83BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 131 + 187 = 477 (100%)
R 159 of 477 ~ 33.33%
G 131 of 477 ~ 27.46%
B 187 of 477 ~ 39.2'%

%33.33
%27.46
%39.2

CMYK color model

#9F83BB color CMYK value is (15,30,0,27).

  • cyan value is 14.97%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (15,30,0,27)
C15M30Y0K27 (15%, 30%, 0%, 27%)
(0.15 / 0.30 / 0.00 / 0.27)

CMYK percentages

%14.97
%29.95
%0
%26.67

Codes

Color #9F83BB in popluar color models

9F 83 BB
RGB 159 131 187
HSL 270° 29.17% 62.35%
HSB/HSV 270° 29.95% 73.33%
CMYK 14.97% 29.95% 0.00%
26.67%

Color #9F83BB in popluar number systems.

HEX 9F 83 BB
Decimal 159 131 187
Binary 10011111 10000011 10111011
Octal 237 203 273

Shades and tints

Shades of #9F83BB

#9F83BB
(159,131,187)
#9178AA
(145,120,170)
#836D99
(131,109,153)
#756288
(117,98,136)
#675777
(103,87,119)
#594C66
(89,76,102)
#4B4155
(75,65,85)
#3D3644
(61,54,68)
#2F2B33
(47,43,51)
#212022
(33,32,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9F83BB

#9F83BB
(159,131,187)
#A78EC1
(167,142,193)
#AF99C7
(175,153,199)
#B7A4CD
(183,164,205)
#BFAFD3
(191,175,211)
#C7BAD9
(199,186,217)
#CFC5DF
(207,197,223)
#D7D0E5
(215,208,229)
#DFDBEB
(223,219,235)
#E7E6F1
(231,230,241)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F83BB color. Also use rgb(159,131,187) instead hex code.

Text Font Color

.myTextColor { color: #9F83BB; }

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

This text font color is #9F83BB.

Background Color

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

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

This div background color is #9F83BB.

Border color

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

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

This div border color is #9F83BB.

Opacity

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

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

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

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

This text has shadow with #9F83BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F83BB.

Preview

Color preview on black background

This text has color #9F83BB on black background.


Color preview on white background

This text has color #9F83BB on white background.


Black color preview on #9F83BB background

This text has black color on #9F83BB background.


White color preview on #9F83BB background

This text has white color on #9F83BB background.


Related colors

Complementary color

Complementary color for #hex is #607C44.


I love getcolorcode.com

Triadic colors

1 #BB9F83 and #83BB9F with #9F83BB are triadic colors.

2 #BB839F and #839FBB with #9F83BB are triadic colors.