Shades of Dark Purple #9C2A7F
Tints of Dark Purple #9C2A7F
RGB
CMYK
RGB Variations
Color information
#9C2A7F (or 0x9C2A7F) is known color: Dark Purple. HEX triplet: 9C, 2A and 7F. RGB value is (156,42,127). Sum of RGB (Red+Green+Blue) = 156+42+127=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A7F is #63D580. Grayscale: #555555. Windows color (decimal): -6542721 or 8333980. OLE color: 8333980.
HSL color Cylindrical-coordinate representation of color #9C2A7F: hue angle of 315.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A7F is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 127 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.39 |
| HSL | 315.26º | 0.58% | 0.39% | - |
| HSV(B) | 315.26º | 0.73% | 0.61% | - |
| XYZ | 18.37 | 10.26 | 21.09 | - |
| YUV | 85.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 127 | 0 | 0.73 | 0.19 | 0.39 | 315.26 | 0.58 | 0.39 |
| Hex | 9C | 2A | 7F | 0 | 49 | 13 | 27 | 13B | 3A | 27 |
| Octal | 234 | 52 | 177 | 0 | 111 | 23 | 47 | 473 | 72 | 47 |
| Binary | 10011100 | 101010 | 1111111 | 0 | 1001001 | 10011 | 100111 | 100111011 | 111010 | 100111 |
Color Harmonies of #9C2A7F
Complementary color
Monochromatic Colors of #9C2A7F
Black with #9C2A7F
Text Example
Text Example
White with #9C2A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A7F; }
p { color: rgb(156,42,127); }
H1.HeaderClassName
{
color: #9C2A7F;
}
.AnyTagClassName
{
color: #9C2A7F;
}
</style>
background-color css
<style>
a { background-color: #9C2A7F; }
a { background-color: rgb(156,42,127); }
div.DivClassName
{
background-color: #9C2A7F;
}
.BgClassName
{
background-color: #9C2A7F;
}
</style>
border-color css
<style>
span { border-color: #9C2A7F; }
span { border-color: rgb(156,42,127); }
td.TdClassName
{
border-color: #9C2A7F;
}
.TagClassName
{
border-color: #9C2A7F;
}
</style>