Shades of Dark Violet #8D01ED
Tints of Dark Violet #8D01ED
RGB
CMYK
RGB Variations
Color information
#8D01ED (or 0x8D01ED) is known color: Dark Violet. HEX triplet: 8D, 01 and ED. RGB value is (141,1,237). Sum of RGB (Red+Green+Blue) = 141+1+237=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D01ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D01ED is #72FE12. Grayscale: #444444. Windows color (decimal): -7536147 or 15532429. OLE color: 15532429.
HSL color Cylindrical-coordinate representation of color #8D01ED: hue angle of 275.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D01ED is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 1 | 237 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.07 |
| HSL | 275.59º | 0.99% | 0.47% | - |
| HSV(B) | 275.59º | 1% | 0.93% | - |
| XYZ | 26.28 | 11.8 | 81.01 | - |
| YUV | 69.76 | 222.38 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 237 | 0.41 | 1.00 | 0 | 0.07 | 275.59 | 0.99 | 0.47 |
| Hex | 8D | 1 | ED | 29 | 64 | 0 | 7 | 114 | 63 | 2F |
| Octal | 215 | 1 | 355 | 51 | 144 | 0 | 7 | 424 | 143 | 57 |
| Binary | 10001101 | 1 | 11101101 | 101001 | 1100100 | 0 | 111 | 100010100 | 1100011 | 101111 |
Color Harmonies of #8D01ED
Complementary color
Monochromatic Colors of #8D01ED
Black with #8D01ED
Text Example
Text Example
White with #8D01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D01ED; }
p { color: rgb(141,1,237); }
H1.HeaderClassName
{
color: #8D01ED;
}
.AnyTagClassName
{
color: #8D01ED;
}
</style>
background-color css
<style>
a { background-color: #8D01ED; }
a { background-color: rgb(141,1,237); }
div.DivClassName
{
background-color: #8D01ED;
}
.BgClassName
{
background-color: #8D01ED;
}
</style>
border-color css
<style>
span { border-color: #8D01ED; }
span { border-color: rgb(141,1,237); }
td.TdClassName
{
border-color: #8D01ED;
}
.TagClassName
{
border-color: #8D01ED;
}
</style>