Shades of Dark Violet #8F03ED
Tints of Dark Violet #8F03ED
RGB
CMYK
RGB Variations
Color information
#8F03ED (or 0x8F03ED) is known color: Dark Violet. HEX triplet: 8F, 03 and ED. RGB value is (143,3,237). Sum of RGB (Red+Green+Blue) = 143+3+237=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F03ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F03ED is #70FC12. Grayscale: #464646. Windows color (decimal): -7404563 or 15532943. OLE color: 15532943.
HSL color Cylindrical-coordinate representation of color #8F03ED: hue angle of 275.9º 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 #8F03ED is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 3 | 237 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.07 |
| HSL | 275.9º | 0.98% | 0.47% | - |
| HSV(B) | 275.9º | 0.99% | 0.93% | - |
| XYZ | 26.65 | 12.02 | 81.04 | - |
| YUV | 71.54 | 221.38 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 237 | 0.40 | 0.99 | 0 | 0.07 | 275.9 | 0.98 | 0.47 |
| Hex | 8F | 3 | ED | 28 | 63 | 0 | 7 | 114 | 62 | 2F |
| Octal | 217 | 3 | 355 | 50 | 143 | 0 | 7 | 424 | 142 | 57 |
| Binary | 10001111 | 11 | 11101101 | 101000 | 1100011 | 0 | 111 | 100010100 | 1100010 | 101111 |
Color Harmonies of #8F03ED
Complementary color
Monochromatic Colors of #8F03ED
Black with #8F03ED
Text Example
Text Example
White with #8F03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03ED; }
p { color: rgb(143,3,237); }
H1.HeaderClassName
{
color: #8F03ED;
}
.AnyTagClassName
{
color: #8F03ED;
}
</style>
background-color css
<style>
a { background-color: #8F03ED; }
a { background-color: rgb(143,3,237); }
div.DivClassName
{
background-color: #8F03ED;
}
.BgClassName
{
background-color: #8F03ED;
}
</style>
border-color css
<style>
span { border-color: #8F03ED; }
span { border-color: rgb(143,3,237); }
td.TdClassName
{
border-color: #8F03ED;
}
.TagClassName
{
border-color: #8F03ED;
}
</style>