Shades of Dark Purple #9C2E75
Tints of Dark Purple #9C2E75
RGB
CMYK
RGB Variations
Color information
#9C2E75 (or 0x9C2E75) is known color: Dark Purple. HEX triplet: 9C, 2E and 75. RGB value is (156,46,117). Sum of RGB (Red+Green+Blue) = 156+46+117=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E75 is #63D18A. Grayscale: #565656. Windows color (decimal): -6541707 or 7679644. OLE color: 7679644.
HSL color Cylindrical-coordinate representation of color #9C2E75: hue angle of 321.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E75 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 46 | 117 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.39 |
| HSL | 321.27º | 0.54% | 0.4% | - |
| HSV(B) | 321.27º | 0.71% | 0.61% | - |
| XYZ | 17.9 | 10.31 | 17.88 | - |
| YUV | 86.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 117 | 0 | 0.71 | 0.25 | 0.39 | 321.27 | 0.54 | 0.4 |
| Hex | 9C | 2E | 75 | 0 | 47 | 19 | 27 | 141 | 36 | 28 |
| Octal | 234 | 56 | 165 | 0 | 107 | 31 | 47 | 501 | 66 | 50 |
| Binary | 10011100 | 101110 | 1110101 | 0 | 1000111 | 11001 | 100111 | 101000001 | 110110 | 101000 |
Color Harmonies of #9C2E75
Complementary color
Monochromatic Colors of #9C2E75
Black with #9C2E75
Text Example
Text Example
White with #9C2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2E75; }
p { color: rgb(156,46,117); }
H1.HeaderClassName
{
color: #9C2E75;
}
.AnyTagClassName
{
color: #9C2E75;
}
</style>
background-color css
<style>
a { background-color: #9C2E75; }
a { background-color: rgb(156,46,117); }
div.DivClassName
{
background-color: #9C2E75;
}
.BgClassName
{
background-color: #9C2E75;
}
</style>
border-color css
<style>
span { border-color: #9C2E75; }
span { border-color: rgb(156,46,117); }
td.TdClassName
{
border-color: #9C2E75;
}
.TagClassName
{
border-color: #9C2E75;
}
</style>