Shades of Dark Purple #8A0F73
Tints of Dark Purple #8A0F73
RGB
CMYK
RGB Variations
Color information
#8A0F73 (or 0x8A0F73) is known color: Dark Purple. HEX triplet: 8A, 0F and 73. RGB value is (138,15,115). Sum of RGB (Red+Green+Blue) = 138+15+115=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0F73 is #75F08C. Grayscale: #3E3E3E. Windows color (decimal): -7729293 or 7540618. OLE color: 7540618.
HSL color Cylindrical-coordinate representation of color #8A0F73: hue angle of 311.22º 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 #8A0F73 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 15 | 115 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.46 |
| HSL | 311.22º | 0.8% | 0.3% | - |
| HSV(B) | 311.22º | 0.89% | 0.54% | - |
| XYZ | 13.75 | 6.98 | 16.84 | - |
| YUV | 63.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 115 | 0 | 0.89 | 0.17 | 0.46 | 311.22 | 0.8 | 0.3 |
| Hex | 8A | F | 73 | 0 | 59 | 11 | 2E | 137 | 50 | 1E |
| Octal | 212 | 17 | 163 | 0 | 131 | 21 | 56 | 467 | 120 | 36 |
| Binary | 10001010 | 1111 | 1110011 | 0 | 1011001 | 10001 | 101110 | 100110111 | 1010000 | 11110 |
Color Harmonies of #8A0F73
Complementary color
Monochromatic Colors of #8A0F73
Black with #8A0F73
Text Example
Text Example
White with #8A0F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0F73; }
p { color: rgb(138,15,115); }
H1.HeaderClassName
{
color: #8A0F73;
}
.AnyTagClassName
{
color: #8A0F73;
}
</style>
background-color css
<style>
a { background-color: #8A0F73; }
a { background-color: rgb(138,15,115); }
div.DivClassName
{
background-color: #8A0F73;
}
.BgClassName
{
background-color: #8A0F73;
}
</style>
border-color css
<style>
span { border-color: #8A0F73; }
span { border-color: rgb(138,15,115); }
td.TdClassName
{
border-color: #8A0F73;
}
.TagClassName
{
border-color: #8A0F73;
}
</style>