Shades of Dark Violet #8D00AF
Tints of Dark Violet #8D00AF
RGB
CMYK
RGB Variations
Color information
#8D00AF (or 0x8D00AF) is known color: Dark Violet. HEX triplet: 8D, 00 and AF. RGB value is (141,0,175). Sum of RGB (Red+Green+Blue) = 141+0+175=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D00AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D00AF is #72FF50. Grayscale: #3D3D3D. Windows color (decimal): -7536465 or 11468941. OLE color: 11468941.
HSL color Cylindrical-coordinate representation of color #8D00AF: hue angle of 288.34º 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 #8D00AF is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 0 | 175 | - |
| CMYK | 0.19 | 1 | 0 | 0.31 |
| HSL | 288.34º | 1% | 0.34% | - |
| HSV(B) | 288.34º | 1% | 0.69% | - |
| XYZ | 18.72 | 8.76 | 41.26 | - |
| YUV | 62.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 175 | 0.19 | 1 | 0 | 0.31 | 288.34 | 1 | 0.34 |
| Hex | 8D | 0 | AF | 13 | 64 | 0 | 1F | 120 | 64 | 22 |
| Octal | 215 | 0 | 257 | 23 | 144 | 0 | 37 | 440 | 144 | 42 |
| Binary | 10001101 | 0 | 10101111 | 10011 | 1100100 | 0 | 11111 | 100100000 | 1100100 | 100010 |
Color Harmonies of #8D00AF
Complementary color
Monochromatic Colors of #8D00AF
Black with #8D00AF
Text Example
Text Example
White with #8D00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00AF; }
p { color: rgb(141,0,175); }
H1.HeaderClassName
{
color: #8D00AF;
}
.AnyTagClassName
{
color: #8D00AF;
}
</style>
background-color css
<style>
a { background-color: #8D00AF; }
a { background-color: rgb(141,0,175); }
div.DivClassName
{
background-color: #8D00AF;
}
.BgClassName
{
background-color: #8D00AF;
}
</style>
border-color css
<style>
span { border-color: #8D00AF; }
span { border-color: rgb(141,0,175); }
td.TdClassName
{
border-color: #8D00AF;
}
.TagClassName
{
border-color: #8D00AF;
}
</style>