Shades of Dark Violet #8A0AB9
Tints of Dark Violet #8A0AB9
RGB
CMYK
RGB Variations
Color information
#8A0AB9 (or 0x8A0AB9) is known color: Dark Violet. HEX triplet: 8A, 0A and B9. RGB value is (138,10,185). Sum of RGB (Red+Green+Blue) = 138+10+185=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A0AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0AB9 is #75F546. Grayscale: #434343. Windows color (decimal): -7730503 or 12126858. OLE color: 12126858.
HSL color Cylindrical-coordinate representation of color #8A0AB9: hue angle of 283.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0AB9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 10 | 185 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.27 |
| HSL | 283.89º | 0.9% | 0.38% | - |
| HSV(B) | 283.89º | 0.95% | 0.73% | - |
| XYZ | 19.35 | 9.12 | 46.64 | - |
| YUV | 68.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 185 | 0.25 | 0.95 | 0 | 0.27 | 283.89 | 0.9 | 0.38 |
| Hex | 8A | A | B9 | 19 | 5F | 0 | 1B | 11C | 5A | 26 |
| Octal | 212 | 12 | 271 | 31 | 137 | 0 | 33 | 434 | 132 | 46 |
| Binary | 10001010 | 1010 | 10111001 | 11001 | 1011111 | 0 | 11011 | 100011100 | 1011010 | 100110 |
Color Harmonies of #8A0AB9
Complementary color
Monochromatic Colors of #8A0AB9
Black with #8A0AB9
Text Example
Text Example
White with #8A0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0AB9; }
p { color: rgb(138,10,185); }
H1.HeaderClassName
{
color: #8A0AB9;
}
.AnyTagClassName
{
color: #8A0AB9;
}
</style>
background-color css
<style>
a { background-color: #8A0AB9; }
a { background-color: rgb(138,10,185); }
div.DivClassName
{
background-color: #8A0AB9;
}
.BgClassName
{
background-color: #8A0AB9;
}
</style>
border-color css
<style>
span { border-color: #8A0AB9; }
span { border-color: rgb(138,10,185); }
td.TdClassName
{
border-color: #8A0AB9;
}
.TagClassName
{
border-color: #8A0AB9;
}
</style>