Shades of Dark Violet #8D06EE
Tints of Dark Violet #8D06EE
RGB
CMYK
RGB Variations
Color information
#8D06EE (or 0x8D06EE) is known color: Dark Violet. HEX triplet: 8D, 06 and EE. RGB value is (141,6,238). Sum of RGB (Red+Green+Blue) = 141+6+238=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D06EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D06EE is #72F911. Grayscale: #484848. Windows color (decimal): -7534866 or 15599245. OLE color: 15599245.
HSL color Cylindrical-coordinate representation of color #8D06EE: hue angle of 274.91º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D06EE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 6 | 238 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.07 |
| HSL | 274.91º | 0.95% | 0.48% | - |
| HSV(B) | 274.91º | 0.97% | 0.93% | - |
| XYZ | 26.48 | 11.97 | 81.8 | - |
| YUV | 72.81 | 221.23 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 238 | 0.41 | 0.97 | 0 | 0.07 | 274.91 | 0.95 | 0.48 |
| Hex | 8D | 6 | EE | 29 | 61 | 0 | 7 | 113 | 5F | 30 |
| Octal | 215 | 6 | 356 | 51 | 141 | 0 | 7 | 423 | 137 | 60 |
| Binary | 10001101 | 110 | 11101110 | 101001 | 1100001 | 0 | 111 | 100010011 | 1011111 | 110000 |
Color Harmonies of #8D06EE
Complementary color
Monochromatic Colors of #8D06EE
Black with #8D06EE
Text Example
Text Example
White with #8D06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D06EE; }
p { color: rgb(141,6,238); }
H1.HeaderClassName
{
color: #8D06EE;
}
.AnyTagClassName
{
color: #8D06EE;
}
</style>
background-color css
<style>
a { background-color: #8D06EE; }
a { background-color: rgb(141,6,238); }
div.DivClassName
{
background-color: #8D06EE;
}
.BgClassName
{
background-color: #8D06EE;
}
</style>
border-color css
<style>
span { border-color: #8D06EE; }
span { border-color: rgb(141,6,238); }
td.TdClassName
{
border-color: #8D06EE;
}
.TagClassName
{
border-color: #8D06EE;
}
</style>