Shades of Dark Purple #9A2A70
Tints of Dark Purple #9A2A70
RGB
CMYK
RGB Variations
Color information
#9A2A70 (or 0x9A2A70) is known color: Dark Purple. HEX triplet: 9A, 2A and 70. RGB value is (154,42,112). Sum of RGB (Red+Green+Blue) = 154+42+112=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2A70 is #65D58F. Grayscale: #535353. Windows color (decimal): -6673808 or 7350938. OLE color: 7350938.
HSL color Cylindrical-coordinate representation of color #9A2A70: hue angle of 322.5º 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 #9A2A70 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 112 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.40 |
| HSL | 322.5º | 0.57% | 0.38% | - |
| HSV(B) | 322.5º | 0.73% | 0.6% | - |
| XYZ | 17.08 | 9.7 | 16.3 | - |
| YUV | 83.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 112 | 0 | 0.73 | 0.27 | 0.40 | 322.5 | 0.57 | 0.38 |
| Hex | 9A | 2A | 70 | 0 | 49 | 1B | 28 | 142 | 39 | 26 |
| Octal | 232 | 52 | 160 | 0 | 111 | 33 | 50 | 502 | 71 | 46 |
| Binary | 10011010 | 101010 | 1110000 | 0 | 1001001 | 11011 | 101000 | 101000010 | 111001 | 100110 |
Color Harmonies of #9A2A70
Complementary color
Monochromatic Colors of #9A2A70
Black with #9A2A70
Text Example
Text Example
White with #9A2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A70; }
p { color: rgb(154,42,112); }
H1.HeaderClassName
{
color: #9A2A70;
}
.AnyTagClassName
{
color: #9A2A70;
}
</style>
background-color css
<style>
a { background-color: #9A2A70; }
a { background-color: rgb(154,42,112); }
div.DivClassName
{
background-color: #9A2A70;
}
.BgClassName
{
background-color: #9A2A70;
}
</style>
border-color css
<style>
span { border-color: #9A2A70; }
span { border-color: rgb(154,42,112); }
td.TdClassName
{
border-color: #9A2A70;
}
.TagClassName
{
border-color: #9A2A70;
}
</style>