Shades of Dark Violet #8F03E5
Tints of Dark Violet #8F03E5
RGB
CMYK
RGB Variations
Color information
#8F03E5 (or 0x8F03E5) is known color: Dark Violet. HEX triplet: 8F, 03 and E5. RGB value is (143,3,229). Sum of RGB (Red+Green+Blue) = 143+3+229=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #8F03E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03E5 is #70FC1A. Grayscale: #454545. Windows color (decimal): -7404571 or 15008655. OLE color: 15008655.
HSL color Cylindrical-coordinate representation of color #8F03E5: hue angle of 277.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03E5 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 3 | 229 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.10 |
| HSL | 277.17º | 0.97% | 0.45% | - |
| HSV(B) | 277.17º | 0.99% | 0.9% | - |
| XYZ | 25.5 | 11.56 | 75.02 | - |
| YUV | 70.62 | 217.38 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 229 | 0.38 | 0.99 | 0 | 0.10 | 277.17 | 0.97 | 0.45 |
| Hex | 8F | 3 | E5 | 26 | 63 | 0 | A | 115 | 61 | 2D |
| Octal | 217 | 3 | 345 | 46 | 143 | 0 | 12 | 425 | 141 | 55 |
| Binary | 10001111 | 11 | 11100101 | 100110 | 1100011 | 0 | 1010 | 100010101 | 1100001 | 101101 |
Color Harmonies of #8F03E5
Complementary color
Monochromatic Colors of #8F03E5
Black with #8F03E5
Text Example
Text Example
White with #8F03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03E5; }
p { color: rgb(143,3,229); }
H1.HeaderClassName
{
color: #8F03E5;
}
.AnyTagClassName
{
color: #8F03E5;
}
</style>
background-color css
<style>
a { background-color: #8F03E5; }
a { background-color: rgb(143,3,229); }
div.DivClassName
{
background-color: #8F03E5;
}
.BgClassName
{
background-color: #8F03E5;
}
</style>
border-color css
<style>
span { border-color: #8F03E5; }
span { border-color: rgb(143,3,229); }
td.TdClassName
{
border-color: #8F03E5;
}
.TagClassName
{
border-color: #8F03E5;
}
</style>