Shades of Blue Violet #8E15EF
Tints of Blue Violet #8E15EF
RGB
CMYK
RGB Variations
Color information
#8E15EF (or 0x8E15EF) is known color: Blue Violet. HEX triplet: 8E, 15 and EF. RGB value is (142,21,239). Sum of RGB (Red+Green+Blue) = 142+21+239=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E15EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E15EF is #71EA10. Grayscale: #515151. Windows color (decimal): -7465489 or 15668622. OLE color: 15668622.
HSL color Cylindrical-coordinate representation of color #8E15EF: hue angle of 273.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E15EF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 21 | 239 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.06 |
| HSL | 273.3º | 0.87% | 0.51% | - |
| HSV(B) | 273.3º | 0.91% | 0.94% | - |
| XYZ | 27 | 12.52 | 82.65 | - |
| YUV | 82.03 | 216.59 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 239 | 0.41 | 0.91 | 0 | 0.06 | 273.3 | 0.87 | 0.51 |
| Hex | 8E | 15 | EF | 29 | 5B | 0 | 6 | 111 | 57 | 33 |
| Octal | 216 | 25 | 357 | 51 | 133 | 0 | 6 | 421 | 127 | 63 |
| Binary | 10001110 | 10101 | 11101111 | 101001 | 1011011 | 0 | 110 | 100010001 | 1010111 | 110011 |
Color Harmonies of #8E15EF
Complementary color
Monochromatic Colors of #8E15EF
Black with #8E15EF
Text Example
Text Example
White with #8E15EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E15EF; }
p { color: rgb(142,21,239); }
H1.HeaderClassName
{
color: #8E15EF;
}
.AnyTagClassName
{
color: #8E15EF;
}
</style>
background-color css
<style>
a { background-color: #8E15EF; }
a { background-color: rgb(142,21,239); }
div.DivClassName
{
background-color: #8E15EF;
}
.BgClassName
{
background-color: #8E15EF;
}
</style>
border-color css
<style>
span { border-color: #8E15EF; }
span { border-color: rgb(142,21,239); }
td.TdClassName
{
border-color: #8E15EF;
}
.TagClassName
{
border-color: #8E15EF;
}
</style>