#9c1588

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

Shades of Dark Purple #9C1588

Tints of Dark Purple #9C1588

Color information

#9C1588 (or 0x9C1588) is unknown color: approx Dark Purple. HEX triplet: 9C, 15 and 88. RGB value is (156,21,136). Sum of RGB (Red+Green+Blue) = 156+21+136=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1588 is #63EA77. Grayscale: #4A4A4A. Windows color (decimal): -6548088 or 8918428. OLE color: 8918428.

HSL color Cylindrical-coordinate representation of color #9C1588: hue angle of 308.89º 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 #9C1588 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB15621136-
CMYK00.870.130.39
HSL308.89º76.27%34.71%-
HSV(B)308.89º86.54%61.18%-
XYZ18.429.3824.13-
YUV74.47162.73186.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 21 (8.59% from 255) = 6.71%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=49.84%
G=6.71%
B=43.45%

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
Decimal1562113600.870.130.39308.8976.2734.71
Hex9C1588057D271354c23
Octal234252100127154746511443
Binary1001110010101100010000101011111011001111001101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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