Shades of Blue Violet #8E4ADA
Tints of Blue Violet #8E4ADA
RGB
CMYK
RGB Variations
Color information
#8E4ADA (or 0x8E4ADA) is known color: Blue Violet. HEX triplet: 8E, 4A and DA. RGB value is (142,74,218). Sum of RGB (Red+Green+Blue) = 142+74+218=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4ADA is #71B525. Grayscale: #6E6E6E. Windows color (decimal): -7451942 or 14305934. OLE color: 14305934.
HSL color Cylindrical-coordinate representation of color #8E4ADA: hue angle of 268.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E4ADA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 74 | 218 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.15 |
| HSL | 268.33º | 0.66% | 0.57% | - |
| HSV(B) | 268.33º | 0.66% | 0.85% | - |
| XYZ | 26.26 | 15.71 | 67.98 | - |
| YUV | 110.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 218 | 0.35 | 0.66 | 0 | 0.15 | 268.33 | 0.66 | 0.57 |
| Hex | 8E | 4A | DA | 23 | 42 | 0 | F | 10C | 42 | 39 |
| Octal | 216 | 112 | 332 | 43 | 102 | 0 | 17 | 414 | 102 | 71 |
| Binary | 10001110 | 1001010 | 11011010 | 100011 | 1000010 | 0 | 1111 | 100001100 | 1000010 | 111001 |
Color Harmonies of #8E4ADA
Complementary color
Monochromatic Colors of #8E4ADA
Black with #8E4ADA
Text Example
Text Example
White with #8E4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4ADA; }
p { color: rgb(142,74,218); }
H1.HeaderClassName
{
color: #8E4ADA;
}
.AnyTagClassName
{
color: #8E4ADA;
}
</style>
background-color css
<style>
a { background-color: #8E4ADA; }
a { background-color: rgb(142,74,218); }
div.DivClassName
{
background-color: #8E4ADA;
}
.BgClassName
{
background-color: #8E4ADA;
}
</style>
border-color css
<style>
span { border-color: #8E4ADA; }
span { border-color: rgb(142,74,218); }
td.TdClassName
{
border-color: #8E4ADA;
}
.TagClassName
{
border-color: #8E4ADA;
}
</style>