Shades of Dark Violet #8D0CAF
Tints of Dark Violet #8D0CAF
RGB
CMYK
RGB Variations
Color information
#8D0CAF (or 0x8D0CAF) is known color: Dark Violet. HEX triplet: 8D, 0C and AF. RGB value is (141,12,175). Sum of RGB (Red+Green+Blue) = 141+12+175=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D0CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAF is #72F350. Grayscale: #444444. Windows color (decimal): -7533393 or 11472013. OLE color: 11472013.
HSL color Cylindrical-coordinate representation of color #8D0CAF: hue angle of 287.48º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CAF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 12 | 175 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.31 |
| HSL | 287.48º | 0.87% | 0.37% | - |
| HSV(B) | 287.48º | 0.93% | 0.69% | - |
| XYZ | 18.85 | 9.02 | 41.3 | - |
| YUV | 69.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 175 | 0.19 | 0.93 | 0 | 0.31 | 287.48 | 0.87 | 0.37 |
| Hex | 8D | C | AF | 13 | 5D | 0 | 1F | 11F | 57 | 25 |
| Octal | 215 | 14 | 257 | 23 | 135 | 0 | 37 | 437 | 127 | 45 |
| Binary | 10001101 | 1100 | 10101111 | 10011 | 1011101 | 0 | 11111 | 100011111 | 1010111 | 100101 |
Color Harmonies of #8D0CAF
Complementary color
Monochromatic Colors of #8D0CAF
Black with #8D0CAF
Text Example
Text Example
White with #8D0CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CAF; }
p { color: rgb(141,12,175); }
H1.HeaderClassName
{
color: #8D0CAF;
}
.AnyTagClassName
{
color: #8D0CAF;
}
</style>
background-color css
<style>
a { background-color: #8D0CAF; }
a { background-color: rgb(141,12,175); }
div.DivClassName
{
background-color: #8D0CAF;
}
.BgClassName
{
background-color: #8D0CAF;
}
</style>
border-color css
<style>
span { border-color: #8D0CAF; }
span { border-color: rgb(141,12,175); }
td.TdClassName
{
border-color: #8D0CAF;
}
.TagClassName
{
border-color: #8D0CAF;
}
</style>