Shades of Dark Purple #9C208D
Tints of Dark Purple #9C208D
RGB
CMYK
RGB Variations
Color information
#9C208D (or 0x9C208D) is known color: Dark Purple. HEX triplet: 9C, 20 and 8D. RGB value is (156,32,141). Sum of RGB (Red+Green+Blue) = 156+32+141=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C208D is #63DF72. Grayscale: #515151. Windows color (decimal): -6545267 or 9248924. OLE color: 9248924.
HSL color Cylindrical-coordinate representation of color #9C208D: hue angle of 307.26º 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 #9C208D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 141 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.39 |
| HSL | 307.26º | 0.66% | 0.37% | - |
| HSV(B) | 307.26º | 0.79% | 0.61% | - |
| XYZ | 19.03 | 10.02 | 26.13 | - |
| YUV | 81.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 141 | 0 | 0.79 | 0.10 | 0.39 | 307.26 | 0.66 | 0.37 |
| Hex | 9C | 20 | 8D | 0 | 4F | A | 27 | 133 | 42 | 25 |
| Octal | 234 | 40 | 215 | 0 | 117 | 12 | 47 | 463 | 102 | 45 |
| Binary | 10011100 | 100000 | 10001101 | 0 | 1001111 | 1010 | 100111 | 100110011 | 1000010 | 100101 |
Color Harmonies of #9C208D
Complementary color
Monochromatic Colors of #9C208D
Black with #9C208D
Text Example
Text Example
White with #9C208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C208D; }
p { color: rgb(156,32,141); }
H1.HeaderClassName
{
color: #9C208D;
}
.AnyTagClassName
{
color: #9C208D;
}
</style>
background-color css
<style>
a { background-color: #9C208D; }
a { background-color: rgb(156,32,141); }
div.DivClassName
{
background-color: #9C208D;
}
.BgClassName
{
background-color: #9C208D;
}
</style>
border-color css
<style>
span { border-color: #9C208D; }
span { border-color: rgb(156,32,141); }
td.TdClassName
{
border-color: #9C208D;
}
.TagClassName
{
border-color: #9C208D;
}
</style>