Shades of Dark Violet #8D02AF
Tints of Dark Violet #8D02AF
RGB
CMYK
RGB Variations
Color information
#8D02AF (or 0x8D02AF) is known color: Dark Violet. HEX triplet: 8D, 02 and AF. RGB value is (141,2,175). Sum of RGB (Red+Green+Blue) = 141+2+175=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D02AF is #72FD50. Grayscale: #3E3E3E. Windows color (decimal): -7535953 or 11469453. OLE color: 11469453.
HSL color Cylindrical-coordinate representation of color #8D02AF: hue angle of 288.21º degrees, saturation: 0.98, 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 #8D02AF is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 2 | 175 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.31 |
| HSL | 288.21º | 0.98% | 0.35% | - |
| HSV(B) | 288.21º | 0.99% | 0.69% | - |
| XYZ | 18.74 | 8.8 | 41.27 | - |
| YUV | 63.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 175 | 0.19 | 0.99 | 0 | 0.31 | 288.21 | 0.98 | 0.35 |
| Hex | 8D | 2 | AF | 13 | 63 | 0 | 1F | 120 | 62 | 23 |
| Octal | 215 | 2 | 257 | 23 | 143 | 0 | 37 | 440 | 142 | 43 |
| Binary | 10001101 | 10 | 10101111 | 10011 | 1100011 | 0 | 11111 | 100100000 | 1100010 | 100011 |
Color Harmonies of #8D02AF
Complementary color
Monochromatic Colors of #8D02AF
Black with #8D02AF
Text Example
Text Example
White with #8D02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02AF; }
p { color: rgb(141,2,175); }
H1.HeaderClassName
{
color: #8D02AF;
}
.AnyTagClassName
{
color: #8D02AF;
}
</style>
background-color css
<style>
a { background-color: #8D02AF; }
a { background-color: rgb(141,2,175); }
div.DivClassName
{
background-color: #8D02AF;
}
.BgClassName
{
background-color: #8D02AF;
}
</style>
border-color css
<style>
span { border-color: #8D02AF; }
span { border-color: rgb(141,2,175); }
td.TdClassName
{
border-color: #8D02AF;
}
.TagClassName
{
border-color: #8D02AF;
}
</style>