Shades of Dark Violet #8D00EB
Tints of Dark Violet #8D00EB
RGB
CMYK
RGB Variations
Color information
#8D00EB (or 0x8D00EB) is known color: Dark Violet. HEX triplet: 8D, 00 and EB. RGB value is (141,0,235). Sum of RGB (Red+Green+Blue) = 141+0+235=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00EB is #72FF14. Grayscale: #444444. Windows color (decimal): -7536405 or 15401101. OLE color: 15401101.
HSL color Cylindrical-coordinate representation of color #8D00EB: hue angle of 276º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00EB is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 0 | 235 | - |
| CMYK | 0.4 | 1 | 0 | 0.08 |
| HSL | 276º | 1% | 0.46% | - |
| HSV(B) | 276º | 1% | 0.92% | - |
| XYZ | 25.98 | 11.66 | 79.48 | - |
| YUV | 68.95 | 221.71 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 235 | 0.4 | 1 | 0 | 0.08 | 276 | 1 | 0.46 |
| Hex | 8D | 0 | EB | 28 | 64 | 0 | 8 | 114 | 64 | 2E |
| Octal | 215 | 0 | 353 | 50 | 144 | 0 | 10 | 424 | 144 | 56 |
| Binary | 10001101 | 0 | 11101011 | 101000 | 1100100 | 0 | 1000 | 100010100 | 1100100 | 101110 |
Color Harmonies of #8D00EB
Complementary color
Monochromatic Colors of #8D00EB
Black with #8D00EB
Text Example
Text Example
White with #8D00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00EB; }
p { color: rgb(141,0,235); }
H1.HeaderClassName
{
color: #8D00EB;
}
.AnyTagClassName
{
color: #8D00EB;
}
</style>
background-color css
<style>
a { background-color: #8D00EB; }
a { background-color: rgb(141,0,235); }
div.DivClassName
{
background-color: #8D00EB;
}
.BgClassName
{
background-color: #8D00EB;
}
</style>
border-color css
<style>
span { border-color: #8D00EB; }
span { border-color: rgb(141,0,235); }
td.TdClassName
{
border-color: #8D00EB;
}
.TagClassName
{
border-color: #8D00EB;
}
</style>