Shades of Dark Purple #9A206F
Tints of Dark Purple #9A206F
RGB
CMYK
RGB Variations
Color information
#9A206F (or 0x9A206F) is known color: Dark Purple. HEX triplet: 9A, 20 and 6F. RGB value is (154,32,111). Sum of RGB (Red+Green+Blue) = 154+32+111=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A206F is #65DF90. Grayscale: #4D4D4D. Windows color (decimal): -6676369 or 7282842. OLE color: 7282842.
HSL color Cylindrical-coordinate representation of color #9A206F: hue angle of 321.15º 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 #9A206F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 111 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.40 |
| HSL | 321.15º | 0.66% | 0.36% | - |
| HSV(B) | 321.15º | 0.79% | 0.6% | - |
| XYZ | 16.71 | 9.05 | 15.91 | - |
| YUV | 77.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 111 | 0 | 0.79 | 0.28 | 0.40 | 321.15 | 0.66 | 0.36 |
| Hex | 9A | 20 | 6F | 0 | 4F | 1C | 28 | 141 | 42 | 24 |
| Octal | 232 | 40 | 157 | 0 | 117 | 34 | 50 | 501 | 102 | 44 |
| Binary | 10011010 | 100000 | 1101111 | 0 | 1001111 | 11100 | 101000 | 101000001 | 1000010 | 100100 |
Color Harmonies of #9A206F
Complementary color
Monochromatic Colors of #9A206F
Black with #9A206F
Text Example
Text Example
White with #9A206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A206F; }
p { color: rgb(154,32,111); }
H1.HeaderClassName
{
color: #9A206F;
}
.AnyTagClassName
{
color: #9A206F;
}
</style>
background-color css
<style>
a { background-color: #9A206F; }
a { background-color: rgb(154,32,111); }
div.DivClassName
{
background-color: #9A206F;
}
.BgClassName
{
background-color: #9A206F;
}
</style>
border-color css
<style>
span { border-color: #9A206F; }
span { border-color: rgb(154,32,111); }
td.TdClassName
{
border-color: #9A206F;
}
.TagClassName
{
border-color: #9A206F;
}
</style>