#9C81DC

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

Shades of Medium Purple #9C81DC

Tints of Medium Purple #9C81DC

Color information

#9C81DC (or 0x9C81DC) is unknown color: approx Medium Purple. HEX triplet: 9C, 81 and DC. RGB value is (156,129,220). Sum of RGB (Red+Green+Blue) = 156+129+220=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81DC is #637E23. Grayscale: #939393. Windows color (decimal): -6520356 or 14451100. OLE color: 14451100.

HSL color Cylindrical-coordinate representation of color #9C81DC: hue angle of 257.8º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C81DC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156129220-
CMYK0.290.4100.14
HSL257.8º56.52%68.43%-
HSV(B)257.8º41.36%86.27%-
XYZ34.4827.9471.29-
YUV147.45168.95134.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=30.89%
G=25.54%
B=43.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561292200.290.4100.14257.856.5268.43
Hex9C81DC1D290E1023944
Octal234201334355101640271104
Binary10011100100000011101110011101101001011101000000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,220); }

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

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

 a { background-color: rgb(156,129,220); }

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

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

 span { border-color: rgb(156,129,220); }

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