Shades of Dark Violet #8D00EE
Tints of Dark Violet #8D00EE
RGB
CMYK
RGB Variations
Color information
#8D00EE (or 0x8D00EE) is known color: Dark Violet. HEX triplet: 8D, 00 and EE. RGB value is (141,0,238). Sum of RGB (Red+Green+Blue) = 141+0+238=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00EE is #72FF11. Grayscale: #444444. Windows color (decimal): -7536402 or 15597709. OLE color: 15597709.
HSL color Cylindrical-coordinate representation of color #8D00EE: hue angle of 275.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00EE is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 0 | 238 | - |
| CMYK | 0.41 | 1 | 0 | 0.07 |
| HSL | 275.55º | 1% | 0.47% | - |
| HSV(B) | 275.55º | 1% | 0.93% | - |
| XYZ | 26.42 | 11.84 | 81.78 | - |
| YUV | 69.29 | 223.21 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 238 | 0.41 | 1 | 0 | 0.07 | 275.55 | 1 | 0.47 |
| Hex | 8D | 0 | EE | 29 | 64 | 0 | 7 | 114 | 64 | 2F |
| Octal | 215 | 0 | 356 | 51 | 144 | 0 | 7 | 424 | 144 | 57 |
| Binary | 10001101 | 0 | 11101110 | 101001 | 1100100 | 0 | 111 | 100010100 | 1100100 | 101111 |
Color Harmonies of #8D00EE
Complementary color
Monochromatic Colors of #8D00EE
Black with #8D00EE
Text Example
Text Example
White with #8D00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00EE; }
p { color: rgb(141,0,238); }
H1.HeaderClassName
{
color: #8D00EE;
}
.AnyTagClassName
{
color: #8D00EE;
}
</style>
background-color css
<style>
a { background-color: #8D00EE; }
a { background-color: rgb(141,0,238); }
div.DivClassName
{
background-color: #8D00EE;
}
.BgClassName
{
background-color: #8D00EE;
}
</style>
border-color css
<style>
span { border-color: #8D00EE; }
span { border-color: rgb(141,0,238); }
td.TdClassName
{
border-color: #8D00EE;
}
.TagClassName
{
border-color: #8D00EE;
}
</style>