Shades of Dark Violet #8D06EC
Tints of Dark Violet #8D06EC
RGB
CMYK
RGB Variations
Color information
#8D06EC (or 0x8D06EC) is known color: Dark Violet. HEX triplet: 8D, 06 and EC. RGB value is (141,6,236). Sum of RGB (Red+Green+Blue) = 141+6+236=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D06EC is #72F913. Grayscale: #474747. Windows color (decimal): -7534868 or 15468173. OLE color: 15468173.
HSL color Cylindrical-coordinate representation of color #8D06EC: hue angle of 275.22º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06EC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 6 | 236 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.07 |
| HSL | 275.22º | 0.95% | 0.47% | - |
| HSV(B) | 275.22º | 0.97% | 0.93% | - |
| XYZ | 26.19 | 11.85 | 80.26 | - |
| YUV | 72.59 | 220.23 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 236 | 0.40 | 0.97 | 0 | 0.07 | 275.22 | 0.95 | 0.47 |
| Hex | 8D | 6 | EC | 28 | 61 | 0 | 7 | 113 | 5F | 2F |
| Octal | 215 | 6 | 354 | 50 | 141 | 0 | 7 | 423 | 137 | 57 |
| Binary | 10001101 | 110 | 11101100 | 101000 | 1100001 | 0 | 111 | 100010011 | 1011111 | 101111 |
Color Harmonies of #8D06EC
Complementary color
Monochromatic Colors of #8D06EC
Black with #8D06EC
Text Example
Text Example
White with #8D06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D06EC; }
p { color: rgb(141,6,236); }
H1.HeaderClassName
{
color: #8D06EC;
}
.AnyTagClassName
{
color: #8D06EC;
}
</style>
background-color css
<style>
a { background-color: #8D06EC; }
a { background-color: rgb(141,6,236); }
div.DivClassName
{
background-color: #8D06EC;
}
.BgClassName
{
background-color: #8D06EC;
}
</style>
border-color css
<style>
span { border-color: #8D06EC; }
span { border-color: rgb(141,6,236); }
td.TdClassName
{
border-color: #8D06EC;
}
.TagClassName
{
border-color: #8D06EC;
}
</style>