#9C2087

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

Shades of Dark Purple #9C2087

Tints of Dark Purple #9C2087

Color information

#9C2087 (or 0x9C2087) is unknown color: approx Dark Purple. HEX triplet: 9C, 20 and 87. RGB value is (156,32,135). Sum of RGB (Red+Green+Blue) = 156+32+135=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2087 is #63DF78. Grayscale: #505050. Windows color (decimal): -6545273 or 8855708. OLE color: 8855708.

HSL color Cylindrical-coordinate representation of color #9C2087: hue angle of 310.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2087 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB15632135-
CMYK00.790.130.39
HSL310.16º65.96%36.86%-
HSV(B)310.16º79.49%61.18%-
XYZ18.69.8523.84-
YUV80.82158.58181.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 32 (12.89% from 255) = 9.91%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=48.30%
G=9.91%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563213500.790.130.39310.1665.9636.86
Hex9C208704FD271364225
Octal234402070117154746610245
Binary10011100100000100001110100111111011001111001101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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