Shades of Dark Violet #8110AF
Tints of Dark Violet #8110AF
RGB
CMYK
RGB Variations
Color information
#8110AF (or 0x8110AF) is known color: Dark Violet. HEX triplet: 81, 10 and AF. RGB value is (129,16,175). Sum of RGB (Red+Green+Blue) = 129+16+175=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #8110AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8110AF is #7EEF50. Grayscale: #434343. Windows color (decimal): -8318801 or 11473025. OLE color: 11473025.
HSL color Cylindrical-coordinate representation of color #8110AF: hue angle of 282.64º 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 #8110AF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 16 | 175 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.31 |
| HSL | 282.64º | 0.83% | 0.37% | - |
| HSV(B) | 282.64º | 0.91% | 0.69% | - |
| XYZ | 16.98 | 8.13 | 41.23 | - |
| YUV | 67.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 175 | 0.26 | 0.91 | 0 | 0.31 | 282.64 | 0.83 | 0.37 |
| Hex | 81 | 10 | AF | 1A | 5B | 0 | 1F | 11B | 53 | 25 |
| Octal | 201 | 20 | 257 | 32 | 133 | 0 | 37 | 433 | 123 | 45 |
| Binary | 10000001 | 10000 | 10101111 | 11010 | 1011011 | 0 | 11111 | 100011011 | 1010011 | 100101 |
Color Harmonies of #8110AF
Complementary color
Monochromatic Colors of #8110AF
Black with #8110AF
Text Example
Text Example
White with #8110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8110AF; }
p { color: rgb(129,16,175); }
H1.HeaderClassName
{
color: #8110AF;
}
.AnyTagClassName
{
color: #8110AF;
}
</style>
background-color css
<style>
a { background-color: #8110AF; }
a { background-color: rgb(129,16,175); }
div.DivClassName
{
background-color: #8110AF;
}
.BgClassName
{
background-color: #8110AF;
}
</style>
border-color css
<style>
span { border-color: #8110AF; }
span { border-color: rgb(129,16,175); }
td.TdClassName
{
border-color: #8110AF;
}
.TagClassName
{
border-color: #8110AF;
}
</style>