Shades of Dark Purple #9C208A
Tints of Dark Purple #9C208A
RGB
CMYK
RGB Variations
Color information
#9C208A (or 0x9C208A) is known color: Dark Purple. HEX triplet: 9C, 20 and 8A. RGB value is (156,32,138). Sum of RGB (Red+Green+Blue) = 156+32+138=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C208A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C208A is #63DF75. Grayscale: #505050. Windows color (decimal): -6545270 or 9052316. OLE color: 9052316.
HSL color Cylindrical-coordinate representation of color #9C208A: hue angle of 308.71º 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 #9C208A is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 138 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.39 |
| HSL | 308.71º | 0.66% | 0.37% | - |
| HSV(B) | 308.71º | 0.79% | 0.61% | - |
| XYZ | 18.81 | 9.94 | 24.97 | - |
| YUV | 81.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 138 | 0 | 0.79 | 0.12 | 0.39 | 308.71 | 0.66 | 0.37 |
| Hex | 9C | 20 | 8A | 0 | 4F | C | 27 | 135 | 42 | 25 |
| Octal | 234 | 40 | 212 | 0 | 117 | 14 | 47 | 465 | 102 | 45 |
| Binary | 10011100 | 100000 | 10001010 | 0 | 1001111 | 1100 | 100111 | 100110101 | 1000010 | 100101 |
Color Harmonies of #9C208A
Complementary color
Monochromatic Colors of #9C208A
Black with #9C208A
Text Example
Text Example
White with #9C208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C208A; }
p { color: rgb(156,32,138); }
H1.HeaderClassName
{
color: #9C208A;
}
.AnyTagClassName
{
color: #9C208A;
}
</style>
background-color css
<style>
a { background-color: #9C208A; }
a { background-color: rgb(156,32,138); }
div.DivClassName
{
background-color: #9C208A;
}
.BgClassName
{
background-color: #9C208A;
}
</style>
border-color css
<style>
span { border-color: #9C208A; }
span { border-color: rgb(156,32,138); }
td.TdClassName
{
border-color: #9C208A;
}
.TagClassName
{
border-color: #9C208A;
}
</style>