Shades of Dark Purple #9C2A75
Tints of Dark Purple #9C2A75
RGB
CMYK
RGB Variations
Color information
#9C2A75 (or 0x9C2A75) is known color: Dark Purple. HEX triplet: 9C, 2A and 75. RGB value is (156,42,117). Sum of RGB (Red+Green+Blue) = 156+42+117=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2A75 is #63D58A. Grayscale: #545454. Windows color (decimal): -6542731 or 7678620. OLE color: 7678620.
HSL color Cylindrical-coordinate representation of color #9C2A75: hue angle of 320.53º 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 #9C2A75 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 42 | 117 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.39 |
| HSL | 320.53º | 0.58% | 0.39% | - |
| HSV(B) | 320.53º | 0.73% | 0.61% | - |
| XYZ | 17.75 | 10.01 | 17.83 | - |
| YUV | 84.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 117 | 0 | 0.73 | 0.25 | 0.39 | 320.53 | 0.58 | 0.39 |
| Hex | 9C | 2A | 75 | 0 | 49 | 19 | 27 | 141 | 3A | 27 |
| Octal | 234 | 52 | 165 | 0 | 111 | 31 | 47 | 501 | 72 | 47 |
| Binary | 10011100 | 101010 | 1110101 | 0 | 1001001 | 11001 | 100111 | 101000001 | 111010 | 100111 |
Color Harmonies of #9C2A75
Complementary color
Monochromatic Colors of #9C2A75
Black with #9C2A75
Text Example
Text Example
White with #9C2A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2A75; }
p { color: rgb(156,42,117); }
H1.HeaderClassName
{
color: #9C2A75;
}
.AnyTagClassName
{
color: #9C2A75;
}
</style>
background-color css
<style>
a { background-color: #9C2A75; }
a { background-color: rgb(156,42,117); }
div.DivClassName
{
background-color: #9C2A75;
}
.BgClassName
{
background-color: #9C2A75;
}
</style>
border-color css
<style>
span { border-color: #9C2A75; }
span { border-color: rgb(156,42,117); }
td.TdClassName
{
border-color: #9C2A75;
}
.TagClassName
{
border-color: #9C2A75;
}
</style>