Shades of Dark Purple #9C0F80
Tints of Dark Purple #9C0F80
RGB
CMYK
RGB Variations
Color information
#9C0F80 (or 0x9C0F80) is known color: Dark Purple. HEX triplet: 9C, 0F and 80. RGB value is (156,15,128). Sum of RGB (Red+Green+Blue) = 156+15+128=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F80 is #63F07F. Grayscale: #454545. Windows color (decimal): -6549632 or 8392604. OLE color: 8392604.
HSL color Cylindrical-coordinate representation of color #9C0F80: hue angle of 311.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F80 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 128 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.39 |
| HSL | 311.91º | 0.82% | 0.34% | - |
| HSV(B) | 311.91º | 0.9% | 0.61% | - |
| XYZ | 17.78 | 8.97 | 21.22 | - |
| YUV | 70.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 128 | 0 | 0.90 | 0.18 | 0.39 | 311.91 | 0.82 | 0.34 |
| Hex | 9C | F | 80 | 0 | 5A | 12 | 27 | 138 | 52 | 22 |
| Octal | 234 | 17 | 200 | 0 | 132 | 22 | 47 | 470 | 122 | 42 |
| Binary | 10011100 | 1111 | 10000000 | 0 | 1011010 | 10010 | 100111 | 100111000 | 1010010 | 100010 |
Color Harmonies of #9C0F80
Complementary color
Monochromatic Colors of #9C0F80
Black with #9C0F80
Text Example
Text Example
White with #9C0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F80; }
p { color: rgb(156,15,128); }
H1.HeaderClassName
{
color: #9C0F80;
}
.AnyTagClassName
{
color: #9C0F80;
}
</style>
background-color css
<style>
a { background-color: #9C0F80; }
a { background-color: rgb(156,15,128); }
div.DivClassName
{
background-color: #9C0F80;
}
.BgClassName
{
background-color: #9C0F80;
}
</style>
border-color css
<style>
span { border-color: #9C0F80; }
span { border-color: rgb(156,15,128); }
td.TdClassName
{
border-color: #9C0F80;
}
.TagClassName
{
border-color: #9C0F80;
}
</style>