#9C1587

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

Shades of Dark Purple #9C1587

Tints of Dark Purple #9C1587

Color information

#9C1587 (or 0x9C1587) is unknown color: approx Dark Purple. HEX triplet: 9C, 15 and 87. RGB value is (156,21,135). Sum of RGB (Red+Green+Blue) = 156+21+135=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1587 is #63EA78. Grayscale: #4A4A4A. Windows color (decimal): -6548089 or 8852892. OLE color: 8852892.

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

Color convert

RGB15621135-
CMYK00.870.130.39
HSL309.33º76.27%34.71%-
HSV(B)309.33º86.54%61.18%-
XYZ18.359.3523.76-
YUV74.36162.23186.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=50%
G=6.73%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562113500.870.130.39309.3376.2734.71
Hex9C1587057D271354c23
Octal234252070127154746511443
Binary1001110010101100001110101011111011001111001101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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