Shades of Dark Purple #9C0D7E
Tints of Dark Purple #9C0D7E
RGB
CMYK
RGB Variations
Color information
#9C0D7E (or 0x9C0D7E) is known color: Dark Purple. HEX triplet: 9C, 0D and 7E. RGB value is (156,13,126). Sum of RGB (Red+Green+Blue) = 156+13+126=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0D7E is #63F281. Grayscale: #444444. Windows color (decimal): -6550146 or 8261020. OLE color: 8261020.
HSL color Cylindrical-coordinate representation of color #9C0D7E: hue angle of 312.59º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D7E is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 126 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.39 |
| HSL | 312.59º | 0.85% | 0.33% | - |
| HSV(B) | 312.59º | 0.92% | 0.61% | - |
| XYZ | 17.62 | 8.86 | 20.52 | - |
| YUV | 68.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 126 | 0 | 0.92 | 0.19 | 0.39 | 312.59 | 0.85 | 0.33 |
| Hex | 9C | D | 7E | 0 | 5C | 13 | 27 | 139 | 55 | 21 |
| Octal | 234 | 15 | 176 | 0 | 134 | 23 | 47 | 471 | 125 | 41 |
| Binary | 10011100 | 1101 | 1111110 | 0 | 1011100 | 10011 | 100111 | 100111001 | 1010101 | 100001 |
Color Harmonies of #9C0D7E
Complementary color
Monochromatic Colors of #9C0D7E
Black with #9C0D7E
Text Example
Text Example
White with #9C0D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D7E; }
p { color: rgb(156,13,126); }
H1.HeaderClassName
{
color: #9C0D7E;
}
.AnyTagClassName
{
color: #9C0D7E;
}
</style>
background-color css
<style>
a { background-color: #9C0D7E; }
a { background-color: rgb(156,13,126); }
div.DivClassName
{
background-color: #9C0D7E;
}
.BgClassName
{
background-color: #9C0D7E;
}
</style>
border-color css
<style>
span { border-color: #9C0D7E; }
span { border-color: rgb(156,13,126); }
td.TdClassName
{
border-color: #9C0D7E;
}
.TagClassName
{
border-color: #9C0D7E;
}
</style>