#9C1578

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

Shades of Dark Purple #9C1578

Tints of Dark Purple #9C1578

Color information

#9C1578 (or 0x9C1578) is unknown color: approx Dark Purple. HEX triplet: 9C, 15 and 78. RGB value is (156,21,120). Sum of RGB (Red+Green+Blue) = 156+21+120=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1578 is #63EA87. Grayscale: #484848. Windows color (decimal): -6548104 or 7869852. OLE color: 7869852.

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

Color convert

RGB15621120-
CMYK00.870.230.39
HSL316º76.27%34.71%-
HSV(B)316º86.54%61.18%-
XYZ17.378.9618.58-
YUV72.65154.73187.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 120 (47.27% from 255) = 40.40%
R=52.53%
G=7.07%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562112000.870.230.3931676.2734.71
Hex9C1578057172713c4c23
Octal234251700127274747411443
Binary1001110010101111100001010111101111001111001111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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