Shades of Blue Violet #8E43DC
Tints of Blue Violet #8E43DC
RGB
CMYK
RGB Variations
Color information
#8E43DC (or 0x8E43DC) is known color: Blue Violet. HEX triplet: 8E, 43 and DC. RGB value is (142,67,220). Sum of RGB (Red+Green+Blue) = 142+67+220=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E43DC is #71BC23. Grayscale: #6A6A6A. Windows color (decimal): -7453732 or 14435214. OLE color: 14435214.
HSL color Cylindrical-coordinate representation of color #8E43DC: hue angle of 269.41º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E43DC is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 67 | 220 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.14 |
| HSL | 269.41º | 0.69% | 0.56% | - |
| HSV(B) | 269.41º | 0.7% | 0.86% | - |
| XYZ | 26.08 | 14.93 | 69.22 | - |
| YUV | 106.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 220 | 0.35 | 0.70 | 0 | 0.14 | 269.41 | 0.69 | 0.56 |
| Hex | 8E | 43 | DC | 23 | 46 | 0 | E | 10D | 45 | 38 |
| Octal | 216 | 103 | 334 | 43 | 106 | 0 | 16 | 415 | 105 | 70 |
| Binary | 10001110 | 1000011 | 11011100 | 100011 | 1000110 | 0 | 1110 | 100001101 | 1000101 | 111000 |
Color Harmonies of #8E43DC
Complementary color
Monochromatic Colors of #8E43DC
Black with #8E43DC
Text Example
Text Example
White with #8E43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E43DC; }
p { color: rgb(142,67,220); }
H1.HeaderClassName
{
color: #8E43DC;
}
.AnyTagClassName
{
color: #8E43DC;
}
</style>
background-color css
<style>
a { background-color: #8E43DC; }
a { background-color: rgb(142,67,220); }
div.DivClassName
{
background-color: #8E43DC;
}
.BgClassName
{
background-color: #8E43DC;
}
</style>
border-color css
<style>
span { border-color: #8E43DC; }
span { border-color: rgb(142,67,220); }
td.TdClassName
{
border-color: #8E43DC;
}
.TagClassName
{
border-color: #8E43DC;
}
</style>