Shades of Blue Violet #8E2DFB
Tints of Blue Violet #8E2DFB
RGB
CMYK
RGB Variations
Color information
#8E2DFB (or 0x8E2DFB) is known color: Blue Violet. HEX triplet: 8E, 2D and FB. RGB value is (142,45,251). Sum of RGB (Red+Green+Blue) = 142+45+251=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E2DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DFB is #71D204. Grayscale: #606060. Windows color (decimal): -7459333 or 16461198. OLE color: 16461198.
HSL color Cylindrical-coordinate representation of color #8E2DFB: hue angle of 268.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E2DFB is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 45 | 251 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.02 |
| HSL | 268.25º | 0.96% | 0.58% | - |
| HSV(B) | 268.25º | 0.82% | 0.98% | - |
| XYZ | 29.51 | 14.59 | 92.53 | - |
| YUV | 97.49 | 214.64 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 251 | 0.43 | 0.82 | 0 | 0.02 | 268.25 | 0.96 | 0.58 |
| Hex | 8E | 2D | FB | 2B | 52 | 0 | 2 | 10C | 60 | 3A |
| Octal | 216 | 55 | 373 | 53 | 122 | 0 | 2 | 414 | 140 | 72 |
| Binary | 10001110 | 101101 | 11111011 | 101011 | 1010010 | 0 | 10 | 100001100 | 1100000 | 111010 |
Color Harmonies of #8E2DFB
Complementary color
Monochromatic Colors of #8E2DFB
Black with #8E2DFB
Text Example
Text Example
White with #8E2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2DFB; }
p { color: rgb(142,45,251); }
H1.HeaderClassName
{
color: #8E2DFB;
}
.AnyTagClassName
{
color: #8E2DFB;
}
</style>
background-color css
<style>
a { background-color: #8E2DFB; }
a { background-color: rgb(142,45,251); }
div.DivClassName
{
background-color: #8E2DFB;
}
.BgClassName
{
background-color: #8E2DFB;
}
</style>
border-color css
<style>
span { border-color: #8E2DFB; }
span { border-color: rgb(142,45,251); }
td.TdClassName
{
border-color: #8E2DFB;
}
.TagClassName
{
border-color: #8E2DFB;
}
</style>