Shades of Dark Violet #8E01FB
Tints of Dark Violet #8E01FB
RGB
CMYK
RGB Variations
Color information
#8E01FB (or 0x8E01FB) is known color: Dark Violet. HEX triplet: 8E, 01 and FB. RGB value is (142,1,251). Sum of RGB (Red+Green+Blue) = 142+1+251=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E01FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E01FB is #71FE04. Grayscale: #464646. Windows color (decimal): -7470597 or 16449934. OLE color: 16449934.
HSL color Cylindrical-coordinate representation of color #8E01FB: hue angle of 273.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E01FB is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 1 | 251 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.02 |
| HSL | 273.84º | 0.99% | 0.49% | - |
| HSV(B) | 273.84º | 1% | 0.98% | - |
| XYZ | 28.58 | 12.74 | 92.22 | - |
| YUV | 71.66 | 229.21 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 251 | 0.43 | 1.00 | 0 | 0.02 | 273.84 | 0.99 | 0.49 |
| Hex | 8E | 1 | FB | 2B | 64 | 0 | 2 | 112 | 63 | 31 |
| Octal | 216 | 1 | 373 | 53 | 144 | 0 | 2 | 422 | 143 | 61 |
| Binary | 10001110 | 1 | 11111011 | 101011 | 1100100 | 0 | 10 | 100010010 | 1100011 | 110001 |
Color Harmonies of #8E01FB
Complementary color
Monochromatic Colors of #8E01FB
Black with #8E01FB
Text Example
Text Example
White with #8E01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E01FB; }
p { color: rgb(142,1,251); }
H1.HeaderClassName
{
color: #8E01FB;
}
.AnyTagClassName
{
color: #8E01FB;
}
</style>
background-color css
<style>
a { background-color: #8E01FB; }
a { background-color: rgb(142,1,251); }
div.DivClassName
{
background-color: #8E01FB;
}
.BgClassName
{
background-color: #8E01FB;
}
</style>
border-color css
<style>
span { border-color: #8E01FB; }
span { border-color: rgb(142,1,251); }
td.TdClassName
{
border-color: #8E01FB;
}
.TagClassName
{
border-color: #8E01FB;
}
</style>