Shades of Dark Violet #800FAD
Tints of Dark Violet #800FAD
RGB
CMYK
RGB Variations
Color information
#800FAD (or 0x800FAD) is known color: Dark Violet. HEX triplet: 80, 0F and AD. RGB value is (128,15,173). Sum of RGB (Red+Green+Blue) = 128+15+173=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #800FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800FAD is #7FF052. Grayscale: #424242. Windows color (decimal): -8384595 or 11341696. OLE color: 11341696.
HSL color Cylindrical-coordinate representation of color #800FAD: hue angle of 282.91º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800FAD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 15 | 173 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.32 |
| HSL | 282.91º | 0.84% | 0.37% | - |
| HSV(B) | 282.91º | 0.91% | 0.68% | - |
| XYZ | 16.62 | 7.95 | 40.19 | - |
| YUV | 66.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 173 | 0.26 | 0.91 | 0 | 0.32 | 282.91 | 0.84 | 0.37 |
| Hex | 80 | F | AD | 1A | 5B | 0 | 20 | 11B | 54 | 25 |
| Octal | 200 | 17 | 255 | 32 | 133 | 0 | 40 | 433 | 124 | 45 |
| Binary | 10000000 | 1111 | 10101101 | 11010 | 1011011 | 0 | 100000 | 100011011 | 1010100 | 100101 |
Color Harmonies of #800FAD
Complementary color
Monochromatic Colors of #800FAD
Black with #800FAD
Text Example
Text Example
White with #800FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FAD; }
p { color: rgb(128,15,173); }
H1.HeaderClassName
{
color: #800FAD;
}
.AnyTagClassName
{
color: #800FAD;
}
</style>
background-color css
<style>
a { background-color: #800FAD; }
a { background-color: rgb(128,15,173); }
div.DivClassName
{
background-color: #800FAD;
}
.BgClassName
{
background-color: #800FAD;
}
</style>
border-color css
<style>
span { border-color: #800FAD; }
span { border-color: rgb(128,15,173); }
td.TdClassName
{
border-color: #800FAD;
}
.TagClassName
{
border-color: #800FAD;
}
</style>