Shades of Dark Purple #9A2A92
Tints of Dark Purple #9A2A92
RGB
CMYK
RGB Variations
Color information
#9A2A92 (or 0x9A2A92) is known color: Dark Purple. HEX triplet: 9A, 2A and 92. RGB value is (154,42,146). Sum of RGB (Red+Green+Blue) = 154+42+146=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A92 is #65D56D. Grayscale: #575757. Windows color (decimal): -6673774 or 9579162. OLE color: 9579162.
HSL color Cylindrical-coordinate representation of color #9A2A92: hue angle of 304.29º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A92 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 146 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.40 |
| HSL | 304.29º | 0.57% | 0.38% | - |
| HSV(B) | 304.29º | 0.73% | 0.6% | - |
| XYZ | 19.34 | 10.6 | 28.22 | - |
| YUV | 87.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 146 | 0 | 0.73 | 0.05 | 0.40 | 304.29 | 0.57 | 0.38 |
| Hex | 9A | 2A | 92 | 0 | 49 | 5 | 28 | 130 | 39 | 26 |
| Octal | 232 | 52 | 222 | 0 | 111 | 5 | 50 | 460 | 71 | 46 |
| Binary | 10011010 | 101010 | 10010010 | 0 | 1001001 | 101 | 101000 | 100110000 | 111001 | 100110 |
Color Harmonies of #9A2A92
Complementary color
Monochromatic Colors of #9A2A92
Black with #9A2A92
Text Example
Text Example
White with #9A2A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A92; }
p { color: rgb(154,42,146); }
H1.HeaderClassName
{
color: #9A2A92;
}
.AnyTagClassName
{
color: #9A2A92;
}
</style>
background-color css
<style>
a { background-color: #9A2A92; }
a { background-color: rgb(154,42,146); }
div.DivClassName
{
background-color: #9A2A92;
}
.BgClassName
{
background-color: #9A2A92;
}
</style>
border-color css
<style>
span { border-color: #9A2A92; }
span { border-color: rgb(154,42,146); }
td.TdClassName
{
border-color: #9A2A92;
}
.TagClassName
{
border-color: #9A2A92;
}
</style>