Shades of Blue Violet #8E35FE
Tints of Blue Violet #8E35FE
RGB
CMYK
RGB Variations
Color information
#8E35FE (or 0x8E35FE) is known color: Blue Violet. HEX triplet: 8E, 35 and FE. RGB value is (142,53,254). Sum of RGB (Red+Green+Blue) = 142+53+254=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E35FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E35FE is #71CA01. Grayscale: #656565. Windows color (decimal): -7457282 or 16659854. OLE color: 16659854.
HSL color Cylindrical-coordinate representation of color #8E35FE: hue angle of 266.57º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E35FE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 53 | 254 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.00 |
| HSL | 266.57º | 0.99% | 0.6% | - |
| HSV(B) | 266.57º | 0.79% | 1% | - |
| XYZ | 30.32 | 15.45 | 95.15 | - |
| YUV | 102.53 | 213.49 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 254 | 0.44 | 0.79 | 0 | 0.00 | 266.57 | 0.99 | 0.6 |
| Hex | 8E | 35 | FE | 2C | 4F | 0 | 0 | 10B | 63 | 3C |
| Octal | 216 | 65 | 376 | 54 | 117 | 0 | 0 | 413 | 143 | 74 |
| Binary | 10001110 | 110101 | 11111110 | 101100 | 1001111 | 0 | 0 | 100001011 | 1100011 | 111100 |
Color Harmonies of #8E35FE
Complementary color
Monochromatic Colors of #8E35FE
Black with #8E35FE
Text Example
Text Example
White with #8E35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E35FE; }
p { color: rgb(142,53,254); }
H1.HeaderClassName
{
color: #8E35FE;
}
.AnyTagClassName
{
color: #8E35FE;
}
</style>
background-color css
<style>
a { background-color: #8E35FE; }
a { background-color: rgb(142,53,254); }
div.DivClassName
{
background-color: #8E35FE;
}
.BgClassName
{
background-color: #8E35FE;
}
</style>
border-color css
<style>
span { border-color: #8E35FE; }
span { border-color: rgb(142,53,254); }
td.TdClassName
{
border-color: #8E35FE;
}
.TagClassName
{
border-color: #8E35FE;
}
</style>