Shades of Dark Violet #8F03EF
Tints of Dark Violet #8F03EF
RGB
CMYK
RGB Variations
Color information
#8F03EF (or 0x8F03EF) is known color: Dark Violet. HEX triplet: 8F, 03 and EF. RGB value is (143,3,239). Sum of RGB (Red+Green+Blue) = 143+3+239=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F03EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F03EF is #70FC10. Grayscale: #464646. Windows color (decimal): -7404561 or 15664015. OLE color: 15664015.
HSL color Cylindrical-coordinate representation of color #8F03EF: hue angle of 275.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03EF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 3 | 239 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.06 |
| HSL | 275.59º | 0.98% | 0.47% | - |
| HSV(B) | 275.59º | 0.99% | 0.94% | - |
| XYZ | 26.94 | 12.14 | 82.58 | - |
| YUV | 71.76 | 222.38 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 239 | 0.40 | 0.99 | 0 | 0.06 | 275.59 | 0.98 | 0.47 |
| Hex | 8F | 3 | EF | 28 | 63 | 0 | 6 | 114 | 62 | 2F |
| Octal | 217 | 3 | 357 | 50 | 143 | 0 | 6 | 424 | 142 | 57 |
| Binary | 10001111 | 11 | 11101111 | 101000 | 1100011 | 0 | 110 | 100010100 | 1100010 | 101111 |
Color Harmonies of #8F03EF
Complementary color
Monochromatic Colors of #8F03EF
Black with #8F03EF
Text Example
Text Example
White with #8F03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03EF; }
p { color: rgb(143,3,239); }
H1.HeaderClassName
{
color: #8F03EF;
}
.AnyTagClassName
{
color: #8F03EF;
}
</style>
background-color css
<style>
a { background-color: #8F03EF; }
a { background-color: rgb(143,3,239); }
div.DivClassName
{
background-color: #8F03EF;
}
.BgClassName
{
background-color: #8F03EF;
}
</style>
border-color css
<style>
span { border-color: #8F03EF; }
span { border-color: rgb(143,3,239); }
td.TdClassName
{
border-color: #8F03EF;
}
.TagClassName
{
border-color: #8F03EF;
}
</style>