Shades of Dark Purple #9A2292
Tints of Dark Purple #9A2292
RGB
CMYK
RGB Variations
Color information
#9A2292 (or 0x9A2292) is known color: Dark Purple. HEX triplet: 9A, 22 and 92. RGB value is (154,34,146). Sum of RGB (Red+Green+Blue) = 154+34+146=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2292 is #65DD6D. Grayscale: #525252. Windows color (decimal): -6675822 or 9577114. OLE color: 9577114.
HSL color Cylindrical-coordinate representation of color #9A2292: hue angle of 304º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2292 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 146 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.40 |
| HSL | 304º | 0.64% | 0.37% | - |
| HSV(B) | 304º | 0.78% | 0.6% | - |
| XYZ | 19.09 | 10.09 | 28.14 | - |
| YUV | 82.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 146 | 0 | 0.78 | 0.05 | 0.40 | 304 | 0.64 | 0.37 |
| Hex | 9A | 22 | 92 | 0 | 4E | 5 | 28 | 130 | 40 | 25 |
| Octal | 232 | 42 | 222 | 0 | 116 | 5 | 50 | 460 | 100 | 45 |
| Binary | 10011010 | 100010 | 10010010 | 0 | 1001110 | 101 | 101000 | 100110000 | 1000000 | 100101 |
Color Harmonies of #9A2292
Complementary color
Monochromatic Colors of #9A2292
Black with #9A2292
Text Example
Text Example
White with #9A2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2292; }
p { color: rgb(154,34,146); }
H1.HeaderClassName
{
color: #9A2292;
}
.AnyTagClassName
{
color: #9A2292;
}
</style>
background-color css
<style>
a { background-color: #9A2292; }
a { background-color: rgb(154,34,146); }
div.DivClassName
{
background-color: #9A2292;
}
.BgClassName
{
background-color: #9A2292;
}
</style>
border-color css
<style>
span { border-color: #9A2292; }
span { border-color: rgb(154,34,146); }
td.TdClassName
{
border-color: #9A2292;
}
.TagClassName
{
border-color: #9A2292;
}
</style>