Shades of Dark Purple #9C1E70
Tints of Dark Purple #9C1E70
RGB
CMYK
RGB Variations
Color information
#9C1E70 (or 0x9C1E70) is known color: Dark Purple. HEX triplet: 9C, 1E and 70. RGB value is (156,30,112). Sum of RGB (Red+Green+Blue) = 156+30+112=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E70 is #63E18F. Grayscale: #4C4C4C. Windows color (decimal): -6545808 or 7347868. OLE color: 7347868.
HSL color Cylindrical-coordinate representation of color #9C1E70: hue angle of 320.95º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E70 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 30 | 112 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.39 |
| HSL | 320.95º | 0.68% | 0.36% | - |
| HSV(B) | 320.95º | 0.81% | 0.61% | - |
| XYZ | 17.1 | 9.17 | 16.2 | - |
| YUV | 77.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 30 | 112 | 0 | 0.81 | 0.28 | 0.39 | 320.95 | 0.68 | 0.36 |
| Hex | 9C | 1E | 70 | 0 | 51 | 1C | 27 | 141 | 44 | 24 |
| Octal | 234 | 36 | 160 | 0 | 121 | 34 | 47 | 501 | 104 | 44 |
| Binary | 10011100 | 11110 | 1110000 | 0 | 1010001 | 11100 | 100111 | 101000001 | 1000100 | 100100 |
Color Harmonies of #9C1E70
Complementary color
Monochromatic Colors of #9C1E70
Black with #9C1E70
Text Example
Text Example
White with #9C1E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1E70; }
p { color: rgb(156,30,112); }
H1.HeaderClassName
{
color: #9C1E70;
}
.AnyTagClassName
{
color: #9C1E70;
}
</style>
background-color css
<style>
a { background-color: #9C1E70; }
a { background-color: rgb(156,30,112); }
div.DivClassName
{
background-color: #9C1E70;
}
.BgClassName
{
background-color: #9C1E70;
}
</style>
border-color css
<style>
span { border-color: #9C1E70; }
span { border-color: rgb(156,30,112); }
td.TdClassName
{
border-color: #9C1E70;
}
.TagClassName
{
border-color: #9C1E70;
}
</style>