Shades of Dark Violet #800DAD
Tints of Dark Violet #800DAD
RGB
CMYK
RGB Variations
Color information
#800DAD (or 0x800DAD) is known color: Dark Violet. HEX triplet: 80, 0D and AD. RGB value is (128,13,173). Sum of RGB (Red+Green+Blue) = 128+13+173=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #800DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DAD is #7FF252. Grayscale: #414141. Windows color (decimal): -8385107 or 11341184. OLE color: 11341184.
HSL color Cylindrical-coordinate representation of color #800DAD: hue angle of 283.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800DAD is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 13 | 173 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.32 |
| HSL | 283.13º | 0.86% | 0.36% | - |
| HSV(B) | 283.13º | 0.92% | 0.68% | - |
| XYZ | 16.59 | 7.89 | 40.18 | - |
| YUV | 65.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 173 | 0.26 | 0.92 | 0 | 0.32 | 283.13 | 0.86 | 0.36 |
| Hex | 80 | D | AD | 1A | 5C | 0 | 20 | 11B | 56 | 24 |
| Octal | 200 | 15 | 255 | 32 | 134 | 0 | 40 | 433 | 126 | 44 |
| Binary | 10000000 | 1101 | 10101101 | 11010 | 1011100 | 0 | 100000 | 100011011 | 1010110 | 100100 |
Color Harmonies of #800DAD
Complementary color
Monochromatic Colors of #800DAD
Black with #800DAD
Text Example
Text Example
White with #800DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DAD; }
p { color: rgb(128,13,173); }
H1.HeaderClassName
{
color: #800DAD;
}
.AnyTagClassName
{
color: #800DAD;
}
</style>
background-color css
<style>
a { background-color: #800DAD; }
a { background-color: rgb(128,13,173); }
div.DivClassName
{
background-color: #800DAD;
}
.BgClassName
{
background-color: #800DAD;
}
</style>
border-color css
<style>
span { border-color: #800DAD; }
span { border-color: rgb(128,13,173); }
td.TdClassName
{
border-color: #800DAD;
}
.TagClassName
{
border-color: #800DAD;
}
</style>