Shades of Dark Violet #8D06D1
Tints of Dark Violet #8D06D1
RGB
CMYK
RGB Variations
Color information
#8D06D1 (or 0x8D06D1) is known color: Dark Violet. HEX triplet: 8D, 06 and D1. RGB value is (141,6,209). Sum of RGB (Red+Green+Blue) = 141+6+209=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D06D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D06D1 is #72F92E. Grayscale: #444444. Windows color (decimal): -7534895 or 13698701. OLE color: 13698701.
HSL color Cylindrical-coordinate representation of color #8D06D1: hue angle of 279.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06D1 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 6 | 209 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.18 |
| HSL | 279.9º | 0.94% | 0.42% | - |
| HSV(B) | 279.9º | 0.97% | 0.82% | - |
| XYZ | 22.56 | 10.4 | 61.14 | - |
| YUV | 69.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 209 | 0.33 | 0.97 | 0 | 0.18 | 279.9 | 0.94 | 0.42 |
| Hex | 8D | 6 | D1 | 21 | 61 | 0 | 12 | 118 | 5E | 2A |
| Octal | 215 | 6 | 321 | 41 | 141 | 0 | 22 | 430 | 136 | 52 |
| Binary | 10001101 | 110 | 11010001 | 100001 | 1100001 | 0 | 10010 | 100011000 | 1011110 | 101010 |
Color Harmonies of #8D06D1
Complementary color
Monochromatic Colors of #8D06D1
Black with #8D06D1
Text Example
Text Example
White with #8D06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D06D1; }
p { color: rgb(141,6,209); }
H1.HeaderClassName
{
color: #8D06D1;
}
.AnyTagClassName
{
color: #8D06D1;
}
</style>
background-color css
<style>
a { background-color: #8D06D1; }
a { background-color: rgb(141,6,209); }
div.DivClassName
{
background-color: #8D06D1;
}
.BgClassName
{
background-color: #8D06D1;
}
</style>
border-color css
<style>
span { border-color: #8D06D1; }
span { border-color: rgb(141,6,209); }
td.TdClassName
{
border-color: #8D06D1;
}
.TagClassName
{
border-color: #8D06D1;
}
</style>