Shades of Dark Purple #8A2A89
Tints of Dark Purple #8A2A89
RGB
CMYK
RGB Variations
Color information
#8A2A89 (or 0x8A2A89) is known color: Dark Purple. HEX triplet: 8A, 2A and 89. RGB value is (138,42,137). Sum of RGB (Red+Green+Blue) = 138+42+137=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2A89 is #75D576. Grayscale: #515151. Windows color (decimal): -7722359 or 8989322. OLE color: 8989322.
HSL color Cylindrical-coordinate representation of color #8A2A89: hue angle of 300.62º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A2A89 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 42 | 137 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.46 |
| HSL | 300.63º | 0.53% | 0.35% | - |
| HSV(B) | 300.63º | 0.7% | 0.54% | - |
| XYZ | 15.82 | 8.87 | 24.54 | - |
| YUV | 81.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 137 | 0 | 0.70 | 0.01 | 0.46 | 300.63 | 0.53 | 0.35 |
| Hex | 8A | 2A | 89 | 0 | 46 | 1 | 2E | 12D | 35 | 23 |
| Octal | 212 | 52 | 211 | 0 | 106 | 1 | 56 | 455 | 65 | 43 |
| Binary | 10001010 | 101010 | 10001001 | 0 | 1000110 | 1 | 101110 | 100101101 | 110101 | 100011 |
Color Harmonies of #8A2A89
Complementary color
Monochromatic Colors of #8A2A89
Black with #8A2A89
Text Example
Text Example
White with #8A2A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2A89; }
p { color: rgb(138,42,137); }
H1.HeaderClassName
{
color: #8A2A89;
}
.AnyTagClassName
{
color: #8A2A89;
}
</style>
background-color css
<style>
a { background-color: #8A2A89; }
a { background-color: rgb(138,42,137); }
div.DivClassName
{
background-color: #8A2A89;
}
.BgClassName
{
background-color: #8A2A89;
}
</style>
border-color css
<style>
span { border-color: #8A2A89; }
span { border-color: rgb(138,42,137); }
td.TdClassName
{
border-color: #8A2A89;
}
.TagClassName
{
border-color: #8A2A89;
}
</style>