Shades of Dark Purple #9A206D
Tints of Dark Purple #9A206D
RGB
CMYK
RGB Variations
Color information
#9A206D (or 0x9A206D) is known color: Dark Purple. HEX triplet: 9A, 20 and 6D. RGB value is (154,32,109). Sum of RGB (Red+Green+Blue) = 154+32+109=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A206D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A206D is #65DF92. Grayscale: #4D4D4D. Windows color (decimal): -6676371 or 7151770. OLE color: 7151770.
HSL color Cylindrical-coordinate representation of color #9A206D: hue angle of 322.13º 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 #9A206D is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 109 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.40 |
| HSL | 322.13º | 0.66% | 0.36% | - |
| HSV(B) | 322.13º | 0.79% | 0.6% | - |
| XYZ | 16.6 | 9.01 | 15.33 | - |
| YUV | 77.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 109 | 0 | 0.79 | 0.29 | 0.40 | 322.13 | 0.66 | 0.36 |
| Hex | 9A | 20 | 6D | 0 | 4F | 1D | 28 | 142 | 42 | 24 |
| Octal | 232 | 40 | 155 | 0 | 117 | 35 | 50 | 502 | 102 | 44 |
| Binary | 10011010 | 100000 | 1101101 | 0 | 1001111 | 11101 | 101000 | 101000010 | 1000010 | 100100 |
Color Harmonies of #9A206D
Complementary color
Monochromatic Colors of #9A206D
Black with #9A206D
Text Example
Text Example
White with #9A206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A206D; }
p { color: rgb(154,32,109); }
H1.HeaderClassName
{
color: #9A206D;
}
.AnyTagClassName
{
color: #9A206D;
}
</style>
background-color css
<style>
a { background-color: #9A206D; }
a { background-color: rgb(154,32,109); }
div.DivClassName
{
background-color: #9A206D;
}
.BgClassName
{
background-color: #9A206D;
}
</style>
border-color css
<style>
span { border-color: #9A206D; }
span { border-color: rgb(154,32,109); }
td.TdClassName
{
border-color: #9A206D;
}
.TagClassName
{
border-color: #9A206D;
}
</style>