Shades of Dark Purple #9A208E
Tints of Dark Purple #9A208E
RGB
CMYK
RGB Variations
Color information
#9A208E (or 0x9A208E) is known color: Dark Purple. HEX triplet: 9A, 20 and 8E. RGB value is (154,32,142). Sum of RGB (Red+Green+Blue) = 154+32+142=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A208E is #65DF71. Grayscale: #505050. Windows color (decimal): -6676338 or 9314458. OLE color: 9314458.
HSL color Cylindrical-coordinate representation of color #9A208E: hue angle of 305.9º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A208E is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 142 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.40 |
| HSL | 305.9º | 0.66% | 0.36% | - |
| HSV(B) | 305.9º | 0.79% | 0.6% | - |
| XYZ | 18.73 | 9.86 | 26.51 | - |
| YUV | 81.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 142 | 0 | 0.79 | 0.08 | 0.40 | 305.9 | 0.66 | 0.36 |
| Hex | 9A | 20 | 8E | 0 | 4F | 8 | 28 | 132 | 42 | 24 |
| Octal | 232 | 40 | 216 | 0 | 117 | 10 | 50 | 462 | 102 | 44 |
| Binary | 10011010 | 100000 | 10001110 | 0 | 1001111 | 1000 | 101000 | 100110010 | 1000010 | 100100 |
Color Harmonies of #9A208E
Complementary color
Monochromatic Colors of #9A208E
Black with #9A208E
Text Example
Text Example
White with #9A208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A208E; }
p { color: rgb(154,32,142); }
H1.HeaderClassName
{
color: #9A208E;
}
.AnyTagClassName
{
color: #9A208E;
}
</style>
background-color css
<style>
a { background-color: #9A208E; }
a { background-color: rgb(154,32,142); }
div.DivClassName
{
background-color: #9A208E;
}
.BgClassName
{
background-color: #9A208E;
}
</style>
border-color css
<style>
span { border-color: #9A208E; }
span { border-color: rgb(154,32,142); }
td.TdClassName
{
border-color: #9A208E;
}
.TagClassName
{
border-color: #9A208E;
}
</style>