Shades of Dark Purple #9C2B72
Tints of Dark Purple #9C2B72
RGB
CMYK
RGB Variations
Color information
#9C2B72 (or 0x9C2B72) is known color: Dark Purple. HEX triplet: 9C, 2B and 72. RGB value is (156,43,114). Sum of RGB (Red+Green+Blue) = 156+43+114=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B72 is #63D48D. Grayscale: #545454. Windows color (decimal): -6542478 or 7482268. OLE color: 7482268.
HSL color Cylindrical-coordinate representation of color #9C2B72: hue angle of 322.3º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C2B72 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 43 | 114 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.39 |
| HSL | 322.3º | 0.57% | 0.39% | - |
| HSV(B) | 322.3º | 0.72% | 0.61% | - |
| XYZ | 17.61 | 10.01 | 16.92 | - |
| YUV | 84.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 43 | 114 | 0 | 0.72 | 0.27 | 0.39 | 322.3 | 0.57 | 0.39 |
| Hex | 9C | 2B | 72 | 0 | 48 | 1B | 27 | 142 | 39 | 27 |
| Octal | 234 | 53 | 162 | 0 | 110 | 33 | 47 | 502 | 71 | 47 |
| Binary | 10011100 | 101011 | 1110010 | 0 | 1001000 | 11011 | 100111 | 101000010 | 111001 | 100111 |
Color Harmonies of #9C2B72
Complementary color
Monochromatic Colors of #9C2B72
Black with #9C2B72
Text Example
Text Example
White with #9C2B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2B72; }
p { color: rgb(156,43,114); }
H1.HeaderClassName
{
color: #9C2B72;
}
.AnyTagClassName
{
color: #9C2B72;
}
</style>
background-color css
<style>
a { background-color: #9C2B72; }
a { background-color: rgb(156,43,114); }
div.DivClassName
{
background-color: #9C2B72;
}
.BgClassName
{
background-color: #9C2B72;
}
</style>
border-color css
<style>
span { border-color: #9C2B72; }
span { border-color: rgb(156,43,114); }
td.TdClassName
{
border-color: #9C2B72;
}
.TagClassName
{
border-color: #9C2B72;
}
</style>