Shades of Dark Purple #9A2196
Tints of Dark Purple #9A2196
RGB
CMYK
RGB Variations
Color information
#9A2196 (or 0x9A2196) is known color: Dark Purple. HEX triplet: 9A, 21 and 96. RGB value is (154,33,150). Sum of RGB (Red+Green+Blue) = 154+33+150=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2196 is #65DE69. Grayscale: #525252. Windows color (decimal): -6676074 or 9839002. OLE color: 9839002.
HSL color Cylindrical-coordinate representation of color #9A2196: hue angle of 301.98º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2196 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 150 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.40 |
| HSL | 301.98º | 0.65% | 0.37% | - |
| HSV(B) | 301.98º | 0.79% | 0.6% | - |
| XYZ | 19.38 | 10.16 | 29.79 | - |
| YUV | 82.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 150 | 0 | 0.79 | 0.03 | 0.40 | 301.98 | 0.65 | 0.37 |
| Hex | 9A | 21 | 96 | 0 | 4F | 3 | 28 | 12E | 41 | 25 |
| Octal | 232 | 41 | 226 | 0 | 117 | 3 | 50 | 456 | 101 | 45 |
| Binary | 10011010 | 100001 | 10010110 | 0 | 1001111 | 11 | 101000 | 100101110 | 1000001 | 100101 |
Color Harmonies of #9A2196
Complementary color
Monochromatic Colors of #9A2196
Black with #9A2196
Text Example
Text Example
White with #9A2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2196; }
p { color: rgb(154,33,150); }
H1.HeaderClassName
{
color: #9A2196;
}
.AnyTagClassName
{
color: #9A2196;
}
</style>
background-color css
<style>
a { background-color: #9A2196; }
a { background-color: rgb(154,33,150); }
div.DivClassName
{
background-color: #9A2196;
}
.BgClassName
{
background-color: #9A2196;
}
</style>
border-color css
<style>
span { border-color: #9A2196; }
span { border-color: rgb(154,33,150); }
td.TdClassName
{
border-color: #9A2196;
}
.TagClassName
{
border-color: #9A2196;
}
</style>