Shades of Dark Purple #8A0F80
Tints of Dark Purple #8A0F80
RGB
CMYK
RGB Variations
Color information
#8A0F80 (or 0x8A0F80) is known color: Dark Purple. HEX triplet: 8A, 0F and 80. RGB value is (138,15,128). Sum of RGB (Red+Green+Blue) = 138+15+128=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0F80 is #75F07F. Grayscale: #404040. Windows color (decimal): -7729280 or 8392586. OLE color: 8392586.
HSL color Cylindrical-coordinate representation of color #8A0F80: hue angle of 304.88º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F80 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 128 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.46 |
| HSL | 304.88º | 0.8% | 0.3% | - |
| HSV(B) | 304.88º | 0.89% | 0.54% | - |
| XYZ | 14.55 | 7.3 | 21.07 | - |
| YUV | 64.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 128 | 0 | 0.89 | 0.07 | 0.46 | 304.88 | 0.8 | 0.3 |
| Hex | 8A | F | 80 | 0 | 59 | 7 | 2E | 131 | 50 | 1E |
| Octal | 212 | 17 | 200 | 0 | 131 | 7 | 56 | 461 | 120 | 36 |
| Binary | 10001010 | 1111 | 10000000 | 0 | 1011001 | 111 | 101110 | 100110001 | 1010000 | 11110 |
Color Harmonies of #8A0F80
Complementary color
Monochromatic Colors of #8A0F80
Black with #8A0F80
Text Example
Text Example
White with #8A0F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F80; }
p { color: rgb(138,15,128); }
H1.HeaderClassName
{
color: #8A0F80;
}
.AnyTagClassName
{
color: #8A0F80;
}
</style>
background-color css
<style>
a { background-color: #8A0F80; }
a { background-color: rgb(138,15,128); }
div.DivClassName
{
background-color: #8A0F80;
}
.BgClassName
{
background-color: #8A0F80;
}
</style>
border-color css
<style>
span { border-color: #8A0F80; }
span { border-color: rgb(138,15,128); }
td.TdClassName
{
border-color: #8A0F80;
}
.TagClassName
{
border-color: #8A0F80;
}
</style>