Shades of Dark Violet #8010AF
Tints of Dark Violet #8010AF
RGB
CMYK
RGB Variations
Color information
#8010AF (or 0x8010AF) is known color: Dark Violet. HEX triplet: 80, 10 and AF. RGB value is (128,16,175). Sum of RGB (Red+Green+Blue) = 128+16+175=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #8010AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8010AF is #7FEF50. Grayscale: #434343. Windows color (decimal): -8384337 or 11473024. OLE color: 11473024.
HSL color Cylindrical-coordinate representation of color #8010AF: hue angle of 282.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010AF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 16 | 175 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.31 |
| HSL | 282.26º | 0.83% | 0.37% | - |
| HSV(B) | 282.26º | 0.91% | 0.69% | - |
| XYZ | 16.83 | 8.05 | 41.23 | - |
| YUV | 67.61 | 188.61 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 175 | 0.27 | 0.91 | 0 | 0.31 | 282.26 | 0.83 | 0.37 |
| Hex | 80 | 10 | AF | 1B | 5B | 0 | 1F | 11A | 53 | 25 |
| Octal | 200 | 20 | 257 | 33 | 133 | 0 | 37 | 432 | 123 | 45 |
| Binary | 10000000 | 10000 | 10101111 | 11011 | 1011011 | 0 | 11111 | 100011010 | 1010011 | 100101 |
Color Harmonies of #8010AF
Complementary color
Monochromatic Colors of #8010AF
Black with #8010AF
Text Example
Text Example
White with #8010AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010AF; }
p { color: rgb(128,16,175); }
H1.HeaderClassName
{
color: #8010AF;
}
.AnyTagClassName
{
color: #8010AF;
}
</style>
background-color css
<style>
a { background-color: #8010AF; }
a { background-color: rgb(128,16,175); }
div.DivClassName
{
background-color: #8010AF;
}
.BgClassName
{
background-color: #8010AF;
}
</style>
border-color css
<style>
span { border-color: #8010AF; }
span { border-color: rgb(128,16,175); }
td.TdClassName
{
border-color: #8010AF;
}
.TagClassName
{
border-color: #8010AF;
}
</style>