Shades of Dark Purple #9C2F75
Tints of Dark Purple #9C2F75
RGB
CMYK
RGB Variations
Color information
#9C2F75 (or 0x9C2F75) is known color: Dark Purple. HEX triplet: 9C, 2F and 75. RGB value is (156,47,117). Sum of RGB (Red+Green+Blue) = 156+47+117=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2F75 is #63D08A. Grayscale: #575757. Windows color (decimal): -6541451 or 7679900. OLE color: 7679900.
HSL color Cylindrical-coordinate representation of color #9C2F75: hue angle of 321.47º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C2F75 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 117 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.39 |
| HSL | 321.47º | 0.54% | 0.4% | - |
| HSV(B) | 321.47º | 0.7% | 0.61% | - |
| XYZ | 17.94 | 10.39 | 17.89 | - |
| YUV | 87.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 117 | 0 | 0.70 | 0.25 | 0.39 | 321.47 | 0.54 | 0.4 |
| Hex | 9C | 2F | 75 | 0 | 46 | 19 | 27 | 141 | 36 | 28 |
| Octal | 234 | 57 | 165 | 0 | 106 | 31 | 47 | 501 | 66 | 50 |
| Binary | 10011100 | 101111 | 1110101 | 0 | 1000110 | 11001 | 100111 | 101000001 | 110110 | 101000 |
Color Harmonies of #9C2F75
Complementary color
Monochromatic Colors of #9C2F75
Black with #9C2F75
Text Example
Text Example
White with #9C2F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F75; }
p { color: rgb(156,47,117); }
H1.HeaderClassName
{
color: #9C2F75;
}
.AnyTagClassName
{
color: #9C2F75;
}
</style>
background-color css
<style>
a { background-color: #9C2F75; }
a { background-color: rgb(156,47,117); }
div.DivClassName
{
background-color: #9C2F75;
}
.BgClassName
{
background-color: #9C2F75;
}
</style>
border-color css
<style>
span { border-color: #9C2F75; }
span { border-color: rgb(156,47,117); }
td.TdClassName
{
border-color: #9C2F75;
}
.TagClassName
{
border-color: #9C2F75;
}
</style>