#9C87DA

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

Shades of Medium Purple #9C87DA

Tints of Medium Purple #9C87DA

Color information

#9C87DA (or 0x9C87DA) is unknown color: approx Medium Purple. HEX triplet: 9C, 87 and DA. RGB value is (156,135,218). Sum of RGB (Red+Green+Blue) = 156+135+218=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87DA is #637825. Grayscale: #969696. Windows color (decimal): -6518822 or 14321564. OLE color: 14321564.

HSL color Cylindrical-coordinate representation of color #9C87DA: hue angle of 255.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C87DA is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156135218-
CMYK0.280.3800.15
HSL255.18º52.87%69.22%-
HSV(B)255.18º38.07%85.49%-
XYZ35.0329.4670.17-
YUV150.74165.96131.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=30.65%
G=26.52%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561352180.280.3800.15255.1852.8769.22
Hex9C87DA1C260Fff3545
Octal234207332344601737765105
Binary1001110010000111110110101110010011001111111111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,218); }

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

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

 a { background-color: rgb(156,135,218); }

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

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

 span { border-color: rgb(156,135,218); }

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