Shades of Dark Violet #8113AD
Tints of Dark Violet #8113AD
RGB
CMYK
RGB Variations
Color information
#8113AD (or 0x8113AD) is known color: Dark Violet. HEX triplet: 81, 13 and AD. RGB value is (129,19,173). Sum of RGB (Red+Green+Blue) = 129+19+173=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #8113AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8113AD is #7EEC52. Grayscale: #444444. Windows color (decimal): -8318035 or 11342721. OLE color: 11342721.
HSL color Cylindrical-coordinate representation of color #8113AD: hue angle of 282.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8113AD is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 19 | 173 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.32 |
| HSL | 282.86º | 0.8% | 0.38% | - |
| HSV(B) | 282.86º | 0.89% | 0.68% | - |
| XYZ | 16.83 | 8.15 | 40.22 | - |
| YUV | 69.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 173 | 0.25 | 0.89 | 0 | 0.32 | 282.86 | 0.8 | 0.38 |
| Hex | 81 | 13 | AD | 19 | 59 | 0 | 20 | 11B | 50 | 26 |
| Octal | 201 | 23 | 255 | 31 | 131 | 0 | 40 | 433 | 120 | 46 |
| Binary | 10000001 | 10011 | 10101101 | 11001 | 1011001 | 0 | 100000 | 100011011 | 1010000 | 100110 |
Color Harmonies of #8113AD
Complementary color
Monochromatic Colors of #8113AD
Black with #8113AD
Text Example
Text Example
White with #8113AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8113AD; }
p { color: rgb(129,19,173); }
H1.HeaderClassName
{
color: #8113AD;
}
.AnyTagClassName
{
color: #8113AD;
}
</style>
background-color css
<style>
a { background-color: #8113AD; }
a { background-color: rgb(129,19,173); }
div.DivClassName
{
background-color: #8113AD;
}
.BgClassName
{
background-color: #8113AD;
}
</style>
border-color css
<style>
span { border-color: #8113AD; }
span { border-color: rgb(129,19,173); }
td.TdClassName
{
border-color: #8113AD;
}
.TagClassName
{
border-color: #8113AD;
}
</style>