Shades of Dark Violet #8D03EE
Tints of Dark Violet #8D03EE
RGB
CMYK
RGB Variations
Color information
#8D03EE (or 0x8D03EE) is known color: Dark Violet. HEX triplet: 8D, 03 and EE. RGB value is (141,3,238). Sum of RGB (Red+Green+Blue) = 141+3+238=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D03EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D03EE is #72FC11. Grayscale: #464646. Windows color (decimal): -7535634 or 15598477. OLE color: 15598477.
HSL color Cylindrical-coordinate representation of color #8D03EE: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D03EE is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 3 | 238 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.07 |
| HSL | 275.23º | 0.98% | 0.47% | - |
| HSV(B) | 275.23º | 0.99% | 0.93% | - |
| XYZ | 26.45 | 11.9 | 81.79 | - |
| YUV | 71.05 | 222.22 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 238 | 0.41 | 0.99 | 0 | 0.07 | 275.23 | 0.98 | 0.47 |
| Hex | 8D | 3 | EE | 29 | 63 | 0 | 7 | 113 | 62 | 2F |
| Octal | 215 | 3 | 356 | 51 | 143 | 0 | 7 | 423 | 142 | 57 |
| Binary | 10001101 | 11 | 11101110 | 101001 | 1100011 | 0 | 111 | 100010011 | 1100010 | 101111 |
Color Harmonies of #8D03EE
Complementary color
Monochromatic Colors of #8D03EE
Black with #8D03EE
Text Example
Text Example
White with #8D03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D03EE; }
p { color: rgb(141,3,238); }
H1.HeaderClassName
{
color: #8D03EE;
}
.AnyTagClassName
{
color: #8D03EE;
}
</style>
background-color css
<style>
a { background-color: #8D03EE; }
a { background-color: rgb(141,3,238); }
div.DivClassName
{
background-color: #8D03EE;
}
.BgClassName
{
background-color: #8D03EE;
}
</style>
border-color css
<style>
span { border-color: #8D03EE; }
span { border-color: rgb(141,3,238); }
td.TdClassName
{
border-color: #8D03EE;
}
.TagClassName
{
border-color: #8D03EE;
}
</style>