Shades of Dark Purple #9A2A87
Tints of Dark Purple #9A2A87
RGB
CMYK
RGB Variations
Color information
#9A2A87 (or 0x9A2A87) is known color: Dark Purple. HEX triplet: 9A, 2A and 87. RGB value is (154,42,135). Sum of RGB (Red+Green+Blue) = 154+42+135=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A87 is #65D578. Grayscale: #555555. Windows color (decimal): -6673785 or 8858266. OLE color: 8858266.
HSL color Cylindrical-coordinate representation of color #9A2A87: hue angle of 310.18º 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 #9A2A87 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 135 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.40 |
| HSL | 310.18º | 0.57% | 0.38% | - |
| HSV(B) | 310.18º | 0.73% | 0.6% | - |
| XYZ | 18.53 | 10.28 | 23.93 | - |
| YUV | 86.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 135 | 0 | 0.73 | 0.12 | 0.40 | 310.18 | 0.57 | 0.38 |
| Hex | 9A | 2A | 87 | 0 | 49 | C | 28 | 136 | 39 | 26 |
| Octal | 232 | 52 | 207 | 0 | 111 | 14 | 50 | 466 | 71 | 46 |
| Binary | 10011010 | 101010 | 10000111 | 0 | 1001001 | 1100 | 101000 | 100110110 | 111001 | 100110 |
Color Harmonies of #9A2A87
Complementary color
Monochromatic Colors of #9A2A87
Black with #9A2A87
Text Example
Text Example
White with #9A2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A87; }
p { color: rgb(154,42,135); }
H1.HeaderClassName
{
color: #9A2A87;
}
.AnyTagClassName
{
color: #9A2A87;
}
</style>
background-color css
<style>
a { background-color: #9A2A87; }
a { background-color: rgb(154,42,135); }
div.DivClassName
{
background-color: #9A2A87;
}
.BgClassName
{
background-color: #9A2A87;
}
</style>
border-color css
<style>
span { border-color: #9A2A87; }
span { border-color: rgb(154,42,135); }
td.TdClassName
{
border-color: #9A2A87;
}
.TagClassName
{
border-color: #9A2A87;
}
</style>