Shades of Dark Purple #9A2A90
Tints of Dark Purple #9A2A90
RGB
CMYK
RGB Variations
Color information
#9A2A90 (or 0x9A2A90) is known color: Dark Purple. HEX triplet: 9A, 2A and 90. RGB value is (154,42,144). Sum of RGB (Red+Green+Blue) = 154+42+144=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A90 is #65D56F. Grayscale: #565656. Windows color (decimal): -6673776 or 9448090. OLE color: 9448090.
HSL color Cylindrical-coordinate representation of color #9A2A90: hue angle of 305.36º 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 #9A2A90 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 144 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.40 |
| HSL | 305.36º | 0.57% | 0.38% | - |
| HSV(B) | 305.36º | 0.73% | 0.6% | - |
| XYZ | 19.19 | 10.54 | 27.41 | - |
| YUV | 87.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 144 | 0 | 0.73 | 0.06 | 0.40 | 305.36 | 0.57 | 0.38 |
| Hex | 9A | 2A | 90 | 0 | 49 | 6 | 28 | 131 | 39 | 26 |
| Octal | 232 | 52 | 220 | 0 | 111 | 6 | 50 | 461 | 71 | 46 |
| Binary | 10011010 | 101010 | 10010000 | 0 | 1001001 | 110 | 101000 | 100110001 | 111001 | 100110 |
Color Harmonies of #9A2A90
Complementary color
Monochromatic Colors of #9A2A90
Black with #9A2A90
Text Example
Text Example
White with #9A2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A90; }
p { color: rgb(154,42,144); }
H1.HeaderClassName
{
color: #9A2A90;
}
.AnyTagClassName
{
color: #9A2A90;
}
</style>
background-color css
<style>
a { background-color: #9A2A90; }
a { background-color: rgb(154,42,144); }
div.DivClassName
{
background-color: #9A2A90;
}
.BgClassName
{
background-color: #9A2A90;
}
</style>
border-color css
<style>
span { border-color: #9A2A90; }
span { border-color: rgb(154,42,144); }
td.TdClassName
{
border-color: #9A2A90;
}
.TagClassName
{
border-color: #9A2A90;
}
</style>