Shades of Dark Violet #8F04FA
Tints of Dark Violet #8F04FA
RGB
CMYK
RGB Variations
Color information
#8F04FA (or 0x8F04FA) is known color: Dark Violet. HEX triplet: 8F, 04 and FA. RGB value is (143,4,250). Sum of RGB (Red+Green+Blue) = 143+4+250=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F04FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F04FA is #70FB05. Grayscale: #484848. Windows color (decimal): -7404294 or 16385167. OLE color: 16385167.
HSL color Cylindrical-coordinate representation of color #8F04FA: hue angle of 273.9º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04FA is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 4 | 250 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.02 |
| HSL | 273.9º | 0.97% | 0.5% | - |
| HSV(B) | 273.9º | 0.98% | 0.98% | - |
| XYZ | 28.63 | 12.83 | 91.41 | - |
| YUV | 73.61 | 227.55 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 250 | 0.43 | 0.98 | 0 | 0.02 | 273.9 | 0.97 | 0.5 |
| Hex | 8F | 4 | FA | 2B | 62 | 0 | 2 | 112 | 61 | 32 |
| Octal | 217 | 4 | 372 | 53 | 142 | 0 | 2 | 422 | 141 | 62 |
| Binary | 10001111 | 100 | 11111010 | 101011 | 1100010 | 0 | 10 | 100010010 | 1100001 | 110010 |
Color Harmonies of #8F04FA
Complementary color
Monochromatic Colors of #8F04FA
Black with #8F04FA
Text Example
Text Example
White with #8F04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04FA; }
p { color: rgb(143,4,250); }
H1.HeaderClassName
{
color: #8F04FA;
}
.AnyTagClassName
{
color: #8F04FA;
}
</style>
background-color css
<style>
a { background-color: #8F04FA; }
a { background-color: rgb(143,4,250); }
div.DivClassName
{
background-color: #8F04FA;
}
.BgClassName
{
background-color: #8F04FA;
}
</style>
border-color css
<style>
span { border-color: #8F04FA; }
span { border-color: rgb(143,4,250); }
td.TdClassName
{
border-color: #8F04FA;
}
.TagClassName
{
border-color: #8F04FA;
}
</style>