Shades of Dark Purple #9C0E7F
Tints of Dark Purple #9C0E7F
RGB
CMYK
RGB Variations
Color information
#9C0E7F (or 0x9C0E7F) is known color: Dark Purple. HEX triplet: 9C, 0E and 7F. RGB value is (156,14,127). Sum of RGB (Red+Green+Blue) = 156+14+127=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E7F is #63F180. Grayscale: #454545. Windows color (decimal): -6549889 or 8326812. OLE color: 8326812.
HSL color Cylindrical-coordinate representation of color #9C0E7F: hue angle of 312.25º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E7F is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 127 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.39 |
| HSL | 312.25º | 0.84% | 0.33% | - |
| HSV(B) | 312.25º | 0.91% | 0.61% | - |
| XYZ | 17.7 | 8.91 | 20.87 | - |
| YUV | 69.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 127 | 0 | 0.91 | 0.19 | 0.39 | 312.25 | 0.84 | 0.33 |
| Hex | 9C | E | 7F | 0 | 5B | 13 | 27 | 138 | 54 | 21 |
| Octal | 234 | 16 | 177 | 0 | 133 | 23 | 47 | 470 | 124 | 41 |
| Binary | 10011100 | 1110 | 1111111 | 0 | 1011011 | 10011 | 100111 | 100111000 | 1010100 | 100001 |
Color Harmonies of #9C0E7F
Complementary color
Monochromatic Colors of #9C0E7F
Black with #9C0E7F
Text Example
Text Example
White with #9C0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E7F; }
p { color: rgb(156,14,127); }
H1.HeaderClassName
{
color: #9C0E7F;
}
.AnyTagClassName
{
color: #9C0E7F;
}
</style>
background-color css
<style>
a { background-color: #9C0E7F; }
a { background-color: rgb(156,14,127); }
div.DivClassName
{
background-color: #9C0E7F;
}
.BgClassName
{
background-color: #9C0E7F;
}
</style>
border-color css
<style>
span { border-color: #9C0E7F; }
span { border-color: rgb(156,14,127); }
td.TdClassName
{
border-color: #9C0E7F;
}
.TagClassName
{
border-color: #9C0E7F;
}
</style>