Shades of Dark Purple #9C1880
Tints of Dark Purple #9C1880
RGB
CMYK
RGB Variations
Color information
#9C1880 (or 0x9C1880) is known color: Dark Purple. HEX triplet: 9C, 18 and 80. RGB value is (156,24,128). Sum of RGB (Red+Green+Blue) = 156+24+128=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1880 is #63E77F. Grayscale: #4B4B4B. Windows color (decimal): -6547328 or 8394908. OLE color: 8394908.
HSL color Cylindrical-coordinate representation of color #9C1880: hue angle of 312.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1880 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 24 | 128 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.39 |
| HSL | 312.73º | 0.73% | 0.35% | - |
| HSV(B) | 312.73º | 0.85% | 0.61% | - |
| XYZ | 17.93 | 9.28 | 21.27 | - |
| YUV | 75.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 128 | 0 | 0.85 | 0.18 | 0.39 | 312.73 | 0.73 | 0.35 |
| Hex | 9C | 18 | 80 | 0 | 55 | 12 | 27 | 139 | 49 | 23 |
| Octal | 234 | 30 | 200 | 0 | 125 | 22 | 47 | 471 | 111 | 43 |
| Binary | 10011100 | 11000 | 10000000 | 0 | 1010101 | 10010 | 100111 | 100111001 | 1001001 | 100011 |
Color Harmonies of #9C1880
Complementary color
Monochromatic Colors of #9C1880
Black with #9C1880
Text Example
Text Example
White with #9C1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1880; }
p { color: rgb(156,24,128); }
H1.HeaderClassName
{
color: #9C1880;
}
.AnyTagClassName
{
color: #9C1880;
}
</style>
background-color css
<style>
a { background-color: #9C1880; }
a { background-color: rgb(156,24,128); }
div.DivClassName
{
background-color: #9C1880;
}
.BgClassName
{
background-color: #9C1880;
}
</style>
border-color css
<style>
span { border-color: #9C1880; }
span { border-color: rgb(156,24,128); }
td.TdClassName
{
border-color: #9C1880;
}
.TagClassName
{
border-color: #9C1880;
}
</style>