COLOR #9867DD

HEX: #9867DD
RGB: (152,103,221)

Color info

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

RGB color model

#9867DD color RGB value is (152,103,221).

  • red value is 152;
  • green value is 103;
  • blue value is 221.
RGB:
(152,103,221)
(60%,40%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 221 of 255 = 87%

152
103
221

R + G + B ~ 62%. #9867DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 221 = 476 (100%)
R 152 of 476 ~ 31.93%
G 103 of 476 ~ 21.64%
B 221 of 476 ~ 46.43%

%31.93
%21.64
%46.43

CMYK color model

#9867DD color CMYK value is (31,53,0,13).

  • cyan value is 31.22%
  • magenta value is 53.39%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,53,0,13)
C31M53Y0K13 
(31%,53%,0%,13%)
(0.31/0.53/0.00/0.13)	

CMYK percentages

%31.22
%53.39
%0
%13.33

Codes

Color #9867DD in popluar color models

9867DD
RGB152103221
HSL265°63.44%63.53%
HSB/HSV265°53.39%86.67%
CMYK31.22%53.39%0.00%
13.33%

Color #9867DD in popluar number systems.

HEX9867DD
Decimal152103221
Binary10011000110011111011101
Octal230147335

Shades and tints

Shades of #9867DD

#9867DD
(152,103,221)
#8B5EC9
(139,94,201)
#7E55B5
(126,85,181)
#714CA1
(113,76,161)
#64438D
(100,67,141)
#573A79
(87,58,121)
#4A3165
(74,49,101)
#3D2851
(61,40,81)
#301F3D
(48,31,61)
#231629
(35,22,41)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #9867DD

#9867DD
(152,103,221)
#A174E0
(161,116,224)
#AA81E3
(170,129,227)
#B38EE6
(179,142,230)
#BC9BE9
(188,155,233)
#C5A8EC
(197,168,236)
#CEB5EF
(206,181,239)
#D7C2F2
(215,194,242)
#E0CFF5
(224,207,245)
#E9DCF8
(233,220,248)
#F2E9FB
(242,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9867DD color. Also use rgb(152,103,221) instead hex code.

Text Font Color

.myTextColor { color: #9867DD; }

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

This text font color is #9867DD.


Background Color

.myBgColor { background-color: #9867DD; }

<div style="background-color:#9867DD">Inner text</div>

This div background color is #9867DD.


Border color

.myBorderColor { border: 1px solid #9867DD; }

<div style="border:3px solid #9867DD">Div</div>

This div border color is #9867DD.


Opacity

.myOpacity80 { color: #9867DD; opacity: 0.8; }

<p style="color:#9867DD;opacity:0.8;">80%</p>

Text with #9867DD 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 #9867DD;}

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

This text has shadow with #9867DD color.

.textShadow {text-shadow: 3px 3px 1px #9867DD, 3px 3px 1px red;}

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

This text has shadow with #9867DD primary color and red secondary color.


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

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

This text has shadow with #9867DD and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9867DD;
-webkit-box-shadow: 1px 1px 3px 2px #9867DD;
box-shadow:1px 1px 3px 2px #9867DD;">
Div content here</div>
This div box has shadow with color #9867DD.

Preview

Color preview on black background

This text has color #9867DD on black background.


Color preview on white background

This text has color #9867DD on white background.



Black color preview on #9867DD background

This text has black color on #9867DD background.


White color preview on #9867DD background

This text has white color on #9867DD background.