Shades of Dark Purple #8A2989
Tints of Dark Purple #8A2989
RGB
CMYK
RGB Variations
Color information
#8A2989 (or 0x8A2989) is known color: Dark Purple. HEX triplet: 8A, 29 and 89. RGB value is (138,41,137). Sum of RGB (Red+Green+Blue) = 138+41+137=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2989 is #75D676. Grayscale: #505050. Windows color (decimal): -7722615 or 8989066. OLE color: 8989066.
HSL color Cylindrical-coordinate representation of color #8A2989: hue angle of 300.62º degrees, saturation: 0.54, 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 #8A2989 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 137 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.46 |
| HSL | 300.62º | 0.54% | 0.35% | - |
| HSV(B) | 300.62º | 0.7% | 0.54% | - |
| XYZ | 15.79 | 8.8 | 24.53 | - |
| YUV | 80.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 137 | 0 | 0.70 | 0.01 | 0.46 | 300.62 | 0.54 | 0.35 |
| Hex | 8A | 29 | 89 | 0 | 46 | 1 | 2E | 12D | 36 | 23 |
| Octal | 212 | 51 | 211 | 0 | 106 | 1 | 56 | 455 | 66 | 43 |
| Binary | 10001010 | 101001 | 10001001 | 0 | 1000110 | 1 | 101110 | 100101101 | 110110 | 100011 |
Color Harmonies of #8A2989
Complementary color
Monochromatic Colors of #8A2989
Black with #8A2989
Text Example
Text Example
White with #8A2989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2989; }
p { color: rgb(138,41,137); }
H1.HeaderClassName
{
color: #8A2989;
}
.AnyTagClassName
{
color: #8A2989;
}
</style>
background-color css
<style>
a { background-color: #8A2989; }
a { background-color: rgb(138,41,137); }
div.DivClassName
{
background-color: #8A2989;
}
.BgClassName
{
background-color: #8A2989;
}
</style>
border-color css
<style>
span { border-color: #8A2989; }
span { border-color: rgb(138,41,137); }
td.TdClassName
{
border-color: #8A2989;
}
.TagClassName
{
border-color: #8A2989;
}
</style>