Shades of Blue Violet #8E27FF
Tints of Blue Violet #8E27FF
RGB
CMYK
RGB Variations
Color information
#8E27FF (or 0x8E27FF) is known color: Blue Violet. HEX triplet: 8E, 27 and FF. RGB value is (142,39,255). Sum of RGB (Red+Green+Blue) = 142+39+255=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E27FF is #71D800. Grayscale: #5D5D5D. Windows color (decimal): -7460865 or 16721806. OLE color: 16721806.
HSL color Cylindrical-coordinate representation of color #8E27FF: hue angle of 268.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E27FF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 39 | 255 | - |
| CMYK | 0.44 | 0.85 | 0 | 0 |
| HSL | 268.61º | 1% | 0.58% | - |
| HSV(B) | 268.61º | 0.85% | 1% | - |
| XYZ | 29.93 | 14.42 | 95.81 | - |
| YUV | 94.42 | 218.62 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 255 | 0.44 | 0.85 | 0 | 0 | 268.61 | 1 | 0.58 |
| Hex | 8E | 27 | FF | 2C | 55 | 0 | 0 | 10D | 64 | 3A |
| Octal | 216 | 47 | 377 | 54 | 125 | 0 | 0 | 415 | 144 | 72 |
| Binary | 10001110 | 100111 | 11111111 | 101100 | 1010101 | 0 | 0 | 100001101 | 1100100 | 111010 |
Color Harmonies of #8E27FF
Complementary color
Monochromatic Colors of #8E27FF
Black with #8E27FF
Text Example
Text Example
White with #8E27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E27FF; }
p { color: rgb(142,39,255); }
H1.HeaderClassName
{
color: #8E27FF;
}
.AnyTagClassName
{
color: #8E27FF;
}
</style>
background-color css
<style>
a { background-color: #8E27FF; }
a { background-color: rgb(142,39,255); }
div.DivClassName
{
background-color: #8E27FF;
}
.BgClassName
{
background-color: #8E27FF;
}
</style>
border-color css
<style>
span { border-color: #8E27FF; }
span { border-color: rgb(142,39,255); }
td.TdClassName
{
border-color: #8E27FF;
}
.TagClassName
{
border-color: #8E27FF;
}
</style>