#9C88DC

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

Shades of Medium Purple #9C88DC

Tints of Medium Purple #9C88DC

Color information

#9C88DC (or 0x9C88DC) is unknown color: approx Medium Purple. HEX triplet: 9C, 88 and DC. RGB value is (156,136,220). Sum of RGB (Red+Green+Blue) = 156+136+220=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88DC is #637723. Grayscale: #979797. Windows color (decimal): -6518564 or 14452892. OLE color: 14452892.

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

Color convert

RGB156136220-
CMYK0.290.3800.14
HSL254.29º54.55%69.8%-
HSV(B)254.29º38.18%86.27%-
XYZ35.4329.8471.6-
YUV151.56166.63131.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=30.47%
G=26.56%
B=42.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561362200.290.3800.14254.2954.5569.8
Hex9C88DC1D260Efe3746
Octal234210334354601637667106
Binary1001110010001000110111001110110011001110111111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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