Shades of Dark Violet #8C03ED
Tints of Dark Violet #8C03ED
RGB
CMYK
RGB Variations
Color information
#8C03ED (or 0x8C03ED) is known color: Dark Violet. HEX triplet: 8C, 03 and ED. RGB value is (140,3,237). Sum of RGB (Red+Green+Blue) = 140+3+237=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C03ED is #73FC12. Grayscale: #454545. Windows color (decimal): -7601171 or 15532940. OLE color: 15532940.
HSL color Cylindrical-coordinate representation of color #8C03ED: hue angle of 275.13º 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 #8C03ED is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 3 | 237 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.07 |
| HSL | 275.13º | 0.98% | 0.47% | - |
| HSV(B) | 275.13º | 0.99% | 0.93% | - |
| XYZ | 26.13 | 11.76 | 81.01 | - |
| YUV | 70.64 | 221.89 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 237 | 0.41 | 0.99 | 0 | 0.07 | 275.13 | 0.98 | 0.47 |
| Hex | 8C | 3 | ED | 29 | 63 | 0 | 7 | 113 | 62 | 2F |
| Octal | 214 | 3 | 355 | 51 | 143 | 0 | 7 | 423 | 142 | 57 |
| Binary | 10001100 | 11 | 11101101 | 101001 | 1100011 | 0 | 111 | 100010011 | 1100010 | 101111 |
Color Harmonies of #8C03ED
Complementary color
Monochromatic Colors of #8C03ED
Black with #8C03ED
Text Example
Text Example
White with #8C03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C03ED; }
p { color: rgb(140,3,237); }
H1.HeaderClassName
{
color: #8C03ED;
}
.AnyTagClassName
{
color: #8C03ED;
}
</style>
background-color css
<style>
a { background-color: #8C03ED; }
a { background-color: rgb(140,3,237); }
div.DivClassName
{
background-color: #8C03ED;
}
.BgClassName
{
background-color: #8C03ED;
}
</style>
border-color css
<style>
span { border-color: #8C03ED; }
span { border-color: rgb(140,3,237); }
td.TdClassName
{
border-color: #8C03ED;
}
.TagClassName
{
border-color: #8C03ED;
}
</style>