Shades of Dark Violet #8D09EC
Tints of Dark Violet #8D09EC
RGB
CMYK
RGB Variations
Color information
#8D09EC (or 0x8D09EC) is known color: Dark Violet. HEX triplet: 8D, 09 and EC. RGB value is (141,9,236). Sum of RGB (Red+Green+Blue) = 141+9+236=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D09EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D09EC is #72F613. Grayscale: #494949. Windows color (decimal): -7534100 or 15468941. OLE color: 15468941.
HSL color Cylindrical-coordinate representation of color #8D09EC: hue angle of 274.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D09EC is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 9 | 236 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.07 |
| HSL | 274.89º | 0.93% | 0.48% | - |
| HSV(B) | 274.89º | 0.96% | 0.93% | - |
| XYZ | 26.22 | 11.91 | 80.27 | - |
| YUV | 74.35 | 219.23 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 236 | 0.40 | 0.96 | 0 | 0.07 | 274.89 | 0.93 | 0.48 |
| Hex | 8D | 9 | EC | 28 | 60 | 0 | 7 | 113 | 5D | 30 |
| Octal | 215 | 11 | 354 | 50 | 140 | 0 | 7 | 423 | 135 | 60 |
| Binary | 10001101 | 1001 | 11101100 | 101000 | 1100000 | 0 | 111 | 100010011 | 1011101 | 110000 |
Color Harmonies of #8D09EC
Complementary color
Monochromatic Colors of #8D09EC
Black with #8D09EC
Text Example
Text Example
White with #8D09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D09EC; }
p { color: rgb(141,9,236); }
H1.HeaderClassName
{
color: #8D09EC;
}
.AnyTagClassName
{
color: #8D09EC;
}
</style>
background-color css
<style>
a { background-color: #8D09EC; }
a { background-color: rgb(141,9,236); }
div.DivClassName
{
background-color: #8D09EC;
}
.BgClassName
{
background-color: #8D09EC;
}
</style>
border-color css
<style>
span { border-color: #8D09EC; }
span { border-color: rgb(141,9,236); }
td.TdClassName
{
border-color: #8D09EC;
}
.TagClassName
{
border-color: #8D09EC;
}
</style>