Shades of Blue Violet #8E34DF
Tints of Blue Violet #8E34DF
RGB
CMYK
RGB Variations
Color information
#8E34DF (or 0x8E34DF) is known color: Blue Violet. HEX triplet: 8E, 34 and DF. RGB value is (142,52,223). Sum of RGB (Red+Green+Blue) = 142+52+223=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E34DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34DF is #71CB20. Grayscale: #616161. Windows color (decimal): -7457569 or 14627982. OLE color: 14627982.
HSL color Cylindrical-coordinate representation of color #8E34DF: hue angle of 271.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E34DF is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 52 | 223 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.13 |
| HSL | 271.58º | 0.73% | 0.54% | - |
| HSV(B) | 271.58º | 0.77% | 0.87% | - |
| XYZ | 25.7 | 13.53 | 71.07 | - |
| YUV | 98.4 | 198.32 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 223 | 0.36 | 0.77 | 0 | 0.13 | 271.58 | 0.73 | 0.54 |
| Hex | 8E | 34 | DF | 24 | 4D | 0 | D | 110 | 49 | 36 |
| Octal | 216 | 64 | 337 | 44 | 115 | 0 | 15 | 420 | 111 | 66 |
| Binary | 10001110 | 110100 | 11011111 | 100100 | 1001101 | 0 | 1101 | 100010000 | 1001001 | 110110 |
Color Harmonies of #8E34DF
Complementary color
Monochromatic Colors of #8E34DF
Black with #8E34DF
Text Example
Text Example
White with #8E34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E34DF; }
p { color: rgb(142,52,223); }
H1.HeaderClassName
{
color: #8E34DF;
}
.AnyTagClassName
{
color: #8E34DF;
}
</style>
background-color css
<style>
a { background-color: #8E34DF; }
a { background-color: rgb(142,52,223); }
div.DivClassName
{
background-color: #8E34DF;
}
.BgClassName
{
background-color: #8E34DF;
}
</style>
border-color css
<style>
span { border-color: #8E34DF; }
span { border-color: rgb(142,52,223); }
td.TdClassName
{
border-color: #8E34DF;
}
.TagClassName
{
border-color: #8E34DF;
}
</style>