Shades of Dark Purple #9C2095
Tints of Dark Purple #9C2095
RGB
CMYK
RGB Variations
Color information
#9C2095 (or 0x9C2095) is known color: Dark Purple. HEX triplet: 9C, 20 and 95. RGB value is (156,32,149). Sum of RGB (Red+Green+Blue) = 156+32+149=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2095 is #63DF6A. Grayscale: #525252. Windows color (decimal): -6545259 or 9773212. OLE color: 9773212.
HSL color Cylindrical-coordinate representation of color #9C2095: hue angle of 303.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2095 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 149 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.39 |
| HSL | 303.39º | 0.66% | 0.37% | - |
| HSV(B) | 303.39º | 0.79% | 0.61% | - |
| XYZ | 19.65 | 10.27 | 29.38 | - |
| YUV | 82.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 149 | 0 | 0.79 | 0.04 | 0.39 | 303.39 | 0.66 | 0.37 |
| Hex | 9C | 20 | 95 | 0 | 4F | 4 | 27 | 12F | 42 | 25 |
| Octal | 234 | 40 | 225 | 0 | 117 | 4 | 47 | 457 | 102 | 45 |
| Binary | 10011100 | 100000 | 10010101 | 0 | 1001111 | 100 | 100111 | 100101111 | 1000010 | 100101 |
Color Harmonies of #9C2095
Complementary color
Monochromatic Colors of #9C2095
Black with #9C2095
Text Example
Text Example
White with #9C2095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2095; }
p { color: rgb(156,32,149); }
H1.HeaderClassName
{
color: #9C2095;
}
.AnyTagClassName
{
color: #9C2095;
}
</style>
background-color css
<style>
a { background-color: #9C2095; }
a { background-color: rgb(156,32,149); }
div.DivClassName
{
background-color: #9C2095;
}
.BgClassName
{
background-color: #9C2095;
}
</style>
border-color css
<style>
span { border-color: #9C2095; }
span { border-color: rgb(156,32,149); }
td.TdClassName
{
border-color: #9C2095;
}
.TagClassName
{
border-color: #9C2095;
}
</style>