Shades of Dark Violet #8105AF
Tints of Dark Violet #8105AF
RGB
CMYK
RGB Variations
Color information
#8105AF (or 0x8105AF) is known color: Dark Violet. HEX triplet: 81, 05 and AF. RGB value is (129,5,175). Sum of RGB (Red+Green+Blue) = 129+5+175=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8105AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8105AF is #7EFA50. Grayscale: #3C3C3C. Windows color (decimal): -8321617 or 11470209. OLE color: 11470209.
HSL color Cylindrical-coordinate representation of color #8105AF: hue angle of 283.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8105AF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 5 | 175 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.31 |
| HSL | 283.76º | 0.94% | 0.35% | - |
| HSV(B) | 283.76º | 0.97% | 0.69% | - |
| XYZ | 16.85 | 7.87 | 41.19 | - |
| YUV | 61.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 175 | 0.26 | 0.97 | 0 | 0.31 | 283.76 | 0.94 | 0.35 |
| Hex | 81 | 5 | AF | 1A | 61 | 0 | 1F | 11C | 5E | 23 |
| Octal | 201 | 5 | 257 | 32 | 141 | 0 | 37 | 434 | 136 | 43 |
| Binary | 10000001 | 101 | 10101111 | 11010 | 1100001 | 0 | 11111 | 100011100 | 1011110 | 100011 |
Color Harmonies of #8105AF
Complementary color
Monochromatic Colors of #8105AF
Black with #8105AF
Text Example
Text Example
White with #8105AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105AF; }
p { color: rgb(129,5,175); }
H1.HeaderClassName
{
color: #8105AF;
}
.AnyTagClassName
{
color: #8105AF;
}
</style>
background-color css
<style>
a { background-color: #8105AF; }
a { background-color: rgb(129,5,175); }
div.DivClassName
{
background-color: #8105AF;
}
.BgClassName
{
background-color: #8105AF;
}
</style>
border-color css
<style>
span { border-color: #8105AF; }
span { border-color: rgb(129,5,175); }
td.TdClassName
{
border-color: #8105AF;
}
.TagClassName
{
border-color: #8105AF;
}
</style>