Shades of Dark Violet #8001AF
Tints of Dark Violet #8001AF
RGB
CMYK
RGB Variations
Color information
#8001AF (or 0x8001AF) is known color: Dark Violet. HEX triplet: 80, 01 and AF. RGB value is (128,1,175). Sum of RGB (Red+Green+Blue) = 128+1+175=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #8001AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001AF is #7FFE50. Grayscale: #3A3A3A. Windows color (decimal): -8388177 or 11469184. OLE color: 11469184.
HSL color Cylindrical-coordinate representation of color #8001AF: hue angle of 283.79º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001AF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 1 | 175 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.31 |
| HSL | 283.79º | 0.99% | 0.35% | - |
| HSV(B) | 283.79º | 0.99% | 0.69% | - |
| XYZ | 16.65 | 7.71 | 41.17 | - |
| YUV | 58.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 175 | 0.27 | 0.99 | 0 | 0.31 | 283.79 | 0.99 | 0.35 |
| Hex | 80 | 1 | AF | 1B | 63 | 0 | 1F | 11C | 63 | 23 |
| Octal | 200 | 1 | 257 | 33 | 143 | 0 | 37 | 434 | 143 | 43 |
| Binary | 10000000 | 1 | 10101111 | 11011 | 1100011 | 0 | 11111 | 100011100 | 1100011 | 100011 |
Color Harmonies of #8001AF
Complementary color
Monochromatic Colors of #8001AF
Black with #8001AF
Text Example
Text Example
White with #8001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001AF; }
p { color: rgb(128,1,175); }
H1.HeaderClassName
{
color: #8001AF;
}
.AnyTagClassName
{
color: #8001AF;
}
</style>
background-color css
<style>
a { background-color: #8001AF; }
a { background-color: rgb(128,1,175); }
div.DivClassName
{
background-color: #8001AF;
}
.BgClassName
{
background-color: #8001AF;
}
</style>
border-color css
<style>
span { border-color: #8001AF; }
span { border-color: rgb(128,1,175); }
td.TdClassName
{
border-color: #8001AF;
}
.TagClassName
{
border-color: #8001AF;
}
</style>