Shades of Dark Violet #8F01FC
Tints of Dark Violet #8F01FC
RGB
CMYK
RGB Variations
Color information
#8F01FC (or 0x8F01FC) is known color: Dark Violet. HEX triplet: 8F, 01 and FC. RGB value is (143,1,252). Sum of RGB (Red+Green+Blue) = 143+1+252=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F01FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F01FC is #70FE03. Grayscale: #474747. Windows color (decimal): -7405060 or 16515471. OLE color: 16515471.
HSL color Cylindrical-coordinate representation of color #8F01FC: hue angle of 273.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F01FC is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 1 | 252 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.01 |
| HSL | 273.94º | 0.99% | 0.5% | - |
| HSV(B) | 273.94º | 1% | 0.99% | - |
| XYZ | 28.91 | 12.89 | 93.06 | - |
| YUV | 72.07 | 229.54 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 252 | 0.43 | 1.00 | 0 | 0.01 | 273.94 | 0.99 | 0.5 |
| Hex | 8F | 1 | FC | 2B | 64 | 0 | 1 | 112 | 63 | 32 |
| Octal | 217 | 1 | 374 | 53 | 144 | 0 | 1 | 422 | 143 | 62 |
| Binary | 10001111 | 1 | 11111100 | 101011 | 1100100 | 0 | 1 | 100010010 | 1100011 | 110010 |
Color Harmonies of #8F01FC
Complementary color
Monochromatic Colors of #8F01FC
Black with #8F01FC
Text Example
Text Example
White with #8F01FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F01FC; }
p { color: rgb(143,1,252); }
H1.HeaderClassName
{
color: #8F01FC;
}
.AnyTagClassName
{
color: #8F01FC;
}
</style>
background-color css
<style>
a { background-color: #8F01FC; }
a { background-color: rgb(143,1,252); }
div.DivClassName
{
background-color: #8F01FC;
}
.BgClassName
{
background-color: #8F01FC;
}
</style>
border-color css
<style>
span { border-color: #8F01FC; }
span { border-color: rgb(143,1,252); }
td.TdClassName
{
border-color: #8F01FC;
}
.TagClassName
{
border-color: #8F01FC;
}
</style>