Shades of Dark Purple #9A2A82
Tints of Dark Purple #9A2A82
RGB
CMYK
RGB Variations
Color information
#9A2A82 (or 0x9A2A82) is known color: Dark Purple. HEX triplet: 9A, 2A and 82. RGB value is (154,42,130). Sum of RGB (Red+Green+Blue) = 154+42+130=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A82 is #65D57D. Grayscale: #555555. Windows color (decimal): -6673790 or 8530586. OLE color: 8530586.
HSL color Cylindrical-coordinate representation of color #9A2A82: hue angle of 312.86º 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 #9A2A82 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 130 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.40 |
| HSL | 312.86º | 0.57% | 0.38% | - |
| HSV(B) | 312.86º | 0.73% | 0.6% | - |
| XYZ | 18.18 | 10.14 | 22.12 | - |
| YUV | 85.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 130 | 0 | 0.73 | 0.16 | 0.40 | 312.86 | 0.57 | 0.38 |
| Hex | 9A | 2A | 82 | 0 | 49 | 10 | 28 | 139 | 39 | 26 |
| Octal | 232 | 52 | 202 | 0 | 111 | 20 | 50 | 471 | 71 | 46 |
| Binary | 10011010 | 101010 | 10000010 | 0 | 1001001 | 10000 | 101000 | 100111001 | 111001 | 100110 |
Color Harmonies of #9A2A82
Complementary color
Monochromatic Colors of #9A2A82
Black with #9A2A82
Text Example
Text Example
White with #9A2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A82; }
p { color: rgb(154,42,130); }
H1.HeaderClassName
{
color: #9A2A82;
}
.AnyTagClassName
{
color: #9A2A82;
}
</style>
background-color css
<style>
a { background-color: #9A2A82; }
a { background-color: rgb(154,42,130); }
div.DivClassName
{
background-color: #9A2A82;
}
.BgClassName
{
background-color: #9A2A82;
}
</style>
border-color css
<style>
span { border-color: #9A2A82; }
span { border-color: rgb(154,42,130); }
td.TdClassName
{
border-color: #9A2A82;
}
.TagClassName
{
border-color: #9A2A82;
}
</style>