Shades of Dark Purple #9C2F82
Tints of Dark Purple #9C2F82
RGB
CMYK
RGB Variations
Color information
#9C2F82 (or 0x9C2F82) is known color: Dark Purple. HEX triplet: 9C, 2F and 82. RGB value is (156,47,130). Sum of RGB (Red+Green+Blue) = 156+47+130=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2F82 is #63D07D. Grayscale: #585858. Windows color (decimal): -6541438 or 8531868. OLE color: 8531868.
HSL color Cylindrical-coordinate representation of color #9C2F82: hue angle of 314.31º 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 #9C2F82 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 47 | 130 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.39 |
| HSL | 314.31º | 0.54% | 0.4% | - |
| HSV(B) | 314.31º | 0.7% | 0.61% | - |
| XYZ | 18.76 | 10.71 | 22.2 | - |
| YUV | 89.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 130 | 0 | 0.70 | 0.17 | 0.39 | 314.31 | 0.54 | 0.4 |
| Hex | 9C | 2F | 82 | 0 | 46 | 11 | 27 | 13A | 36 | 28 |
| Octal | 234 | 57 | 202 | 0 | 106 | 21 | 47 | 472 | 66 | 50 |
| Binary | 10011100 | 101111 | 10000010 | 0 | 1000110 | 10001 | 100111 | 100111010 | 110110 | 101000 |
Color Harmonies of #9C2F82
Complementary color
Monochromatic Colors of #9C2F82
Black with #9C2F82
Text Example
Text Example
White with #9C2F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2F82; }
p { color: rgb(156,47,130); }
H1.HeaderClassName
{
color: #9C2F82;
}
.AnyTagClassName
{
color: #9C2F82;
}
</style>
background-color css
<style>
a { background-color: #9C2F82; }
a { background-color: rgb(156,47,130); }
div.DivClassName
{
background-color: #9C2F82;
}
.BgClassName
{
background-color: #9C2F82;
}
</style>
border-color css
<style>
span { border-color: #9C2F82; }
span { border-color: rgb(156,47,130); }
td.TdClassName
{
border-color: #9C2F82;
}
.TagClassName
{
border-color: #9C2F82;
}
</style>