Shades of Dark Violet #8E00AF
Tints of Dark Violet #8E00AF
RGB
CMYK
RGB Variations
Color information
#8E00AF (or 0x8E00AF) is known color: Dark Violet. HEX triplet: 8E, 00 and AF. RGB value is (142,0,175). Sum of RGB (Red+Green+Blue) = 142+0+175=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E00AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E00AF is #71FF50. Grayscale: #3D3D3D. Windows color (decimal): -7470929 or 11468942. OLE color: 11468942.
HSL color Cylindrical-coordinate representation of color #8E00AF: hue angle of 288.69º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00AF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 0 | 175 | - |
| CMYK | 0.19 | 1 | 0 | 0.31 |
| HSL | 288.69º | 1% | 0.34% | - |
| HSV(B) | 288.69º | 1% | 0.69% | - |
| XYZ | 18.89 | 8.85 | 41.27 | - |
| YUV | 62.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 175 | 0.19 | 1 | 0 | 0.31 | 288.69 | 1 | 0.34 |
| Hex | 8E | 0 | AF | 13 | 64 | 0 | 1F | 121 | 64 | 22 |
| Octal | 216 | 0 | 257 | 23 | 144 | 0 | 37 | 441 | 144 | 42 |
| Binary | 10001110 | 0 | 10101111 | 10011 | 1100100 | 0 | 11111 | 100100001 | 1100100 | 100010 |
Color Harmonies of #8E00AF
Complementary color
Monochromatic Colors of #8E00AF
Black with #8E00AF
Text Example
Text Example
White with #8E00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E00AF; }
p { color: rgb(142,0,175); }
H1.HeaderClassName
{
color: #8E00AF;
}
.AnyTagClassName
{
color: #8E00AF;
}
</style>
background-color css
<style>
a { background-color: #8E00AF; }
a { background-color: rgb(142,0,175); }
div.DivClassName
{
background-color: #8E00AF;
}
.BgClassName
{
background-color: #8E00AF;
}
</style>
border-color css
<style>
span { border-color: #8E00AF; }
span { border-color: rgb(142,0,175); }
td.TdClassName
{
border-color: #8E00AF;
}
.TagClassName
{
border-color: #8E00AF;
}
</style>