#9C86DD

Color #9C86DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9C86DD

Tints of Medium Purple #9C86DD

Color information

#9C86DD (or 0x9C86DD) is unknown color: approx Medium Purple. HEX triplet: 9C, 86 and DD. RGB value is (156,134,221). Sum of RGB (Red+Green+Blue) = 156+134+221=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86DD is #637922. Grayscale: #969696. Windows color (decimal): -6519075 or 14517916. OLE color: 14517916.

HSL color Cylindrical-coordinate representation of color #9C86DD: hue angle of 255.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C86DD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156134221-
CMYK0.290.3900.13
HSL255.17º56.13%69.61%-
HSV(B)255.17º39.37%86.67%-
XYZ35.2929.3472.21-
YUV150.5167.79131.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=30.53%
G=26.22%
B=43.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561342210.290.3900.13255.1756.1369.61
Hex9C86DD1D270Dff3846
Octal234206335354701537770106
Binary1001110010000110110111011110110011101101111111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C86DD; }

 p { color: rgb(156,134,221); }

 H1.HeaderClassName
 {
   color: #9C86DD;
 }
 .AnyTagClassName
 {
   color: #9C86DD;
 }
</style>
background-color css

<style>
 a { background-color: #9C86DD; }

 a { background-color: rgb(156,134,221); }

 div.DivClassName
 {
   background-color: #9C86DD;
 }
 .BgClassName
 {
   background-color: #9C86DD;
 }
</style>
border-color css

<style>
 span { border-color: #9C86DD; }

 span { border-color: rgb(156,134,221); }

 td.TdClassName
 {
   border-color: #9C86DD;
 }
 .TagClassName
 {
   border-color: #9C86DD;
 }
</style>