Shades of Dark Violet #8001AE
Tints of Dark Violet #8001AE
RGB
CMYK
RGB Variations
Color information
#8001AE (or 0x8001AE) is known color: Dark Violet. HEX triplet: 80, 01 and AE. RGB value is (128,1,174). Sum of RGB (Red+Green+Blue) = 128+1+174=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #8001AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001AE is #7FFE51. Grayscale: #3A3A3A. Windows color (decimal): -8388178 or 11403648. OLE color: 11403648.
HSL color Cylindrical-coordinate representation of color #8001AE: hue angle of 284.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001AE is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 1 | 174 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.32 |
| HSL | 284.05º | 0.99% | 0.34% | - |
| HSV(B) | 284.05º | 0.99% | 0.68% | - |
| XYZ | 16.55 | 7.67 | 40.65 | - |
| YUV | 58.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 174 | 0.26 | 0.99 | 0 | 0.32 | 284.05 | 0.99 | 0.34 |
| Hex | 80 | 1 | AE | 1A | 63 | 0 | 20 | 11C | 63 | 22 |
| Octal | 200 | 1 | 256 | 32 | 143 | 0 | 40 | 434 | 143 | 42 |
| Binary | 10000000 | 1 | 10101110 | 11010 | 1100011 | 0 | 100000 | 100011100 | 1100011 | 100010 |
Color Harmonies of #8001AE
Complementary color
Monochromatic Colors of #8001AE
Black with #8001AE
Text Example
Text Example
White with #8001AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001AE; }
p { color: rgb(128,1,174); }
H1.HeaderClassName
{
color: #8001AE;
}
.AnyTagClassName
{
color: #8001AE;
}
</style>
background-color css
<style>
a { background-color: #8001AE; }
a { background-color: rgb(128,1,174); }
div.DivClassName
{
background-color: #8001AE;
}
.BgClassName
{
background-color: #8001AE;
}
</style>
border-color css
<style>
span { border-color: #8001AE; }
span { border-color: rgb(128,1,174); }
td.TdClassName
{
border-color: #8001AE;
}
.TagClassName
{
border-color: #8001AE;
}
</style>