Shades of Blue Violet #8E3ADE
Tints of Blue Violet #8E3ADE
RGB
CMYK
RGB Variations
Color information
#8E3ADE (or 0x8E3ADE) is known color: Blue Violet. HEX triplet: 8E, 3A and DE. RGB value is (142,58,222). Sum of RGB (Red+Green+Blue) = 142+58+222=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E3ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3ADE is #71C521. Grayscale: #656565. Windows color (decimal): -7456034 or 14563982. OLE color: 14563982.
HSL color Cylindrical-coordinate representation of color #8E3ADE: hue angle of 270.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3ADE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 58 | 222 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.13 |
| HSL | 270.73º | 0.71% | 0.55% | - |
| HSV(B) | 270.73º | 0.74% | 0.87% | - |
| XYZ | 25.85 | 14.05 | 70.46 | - |
| YUV | 101.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 222 | 0.36 | 0.74 | 0 | 0.13 | 270.73 | 0.71 | 0.55 |
| Hex | 8E | 3A | DE | 24 | 4A | 0 | D | 10F | 47 | 37 |
| Octal | 216 | 72 | 336 | 44 | 112 | 0 | 15 | 417 | 107 | 67 |
| Binary | 10001110 | 111010 | 11011110 | 100100 | 1001010 | 0 | 1101 | 100001111 | 1000111 | 110111 |
Color Harmonies of #8E3ADE
Complementary color
Monochromatic Colors of #8E3ADE
Black with #8E3ADE
Text Example
Text Example
White with #8E3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3ADE; }
p { color: rgb(142,58,222); }
H1.HeaderClassName
{
color: #8E3ADE;
}
.AnyTagClassName
{
color: #8E3ADE;
}
</style>
background-color css
<style>
a { background-color: #8E3ADE; }
a { background-color: rgb(142,58,222); }
div.DivClassName
{
background-color: #8E3ADE;
}
.BgClassName
{
background-color: #8E3ADE;
}
</style>
border-color css
<style>
span { border-color: #8E3ADE; }
span { border-color: rgb(142,58,222); }
td.TdClassName
{
border-color: #8E3ADE;
}
.TagClassName
{
border-color: #8E3ADE;
}
</style>