Shades of Blue Violet #8E3FDB
Tints of Blue Violet #8E3FDB
RGB
CMYK
RGB Variations
Color information
#8E3FDB (or 0x8E3FDB) is known color: Blue Violet. HEX triplet: 8E, 3F and DB. RGB value is (142,63,219). Sum of RGB (Red+Green+Blue) = 142+63+219=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E3FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FDB is #71C024. Grayscale: #676767. Windows color (decimal): -7454757 or 14368654. OLE color: 14368654.
HSL color Cylindrical-coordinate representation of color #8E3FDB: hue angle of 270.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E3FDB is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 63 | 219 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.14 |
| HSL | 270.38º | 0.68% | 0.55% | - |
| HSV(B) | 270.38º | 0.71% | 0.86% | - |
| XYZ | 25.72 | 14.42 | 68.45 | - |
| YUV | 104.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 219 | 0.35 | 0.71 | 0 | 0.14 | 270.38 | 0.68 | 0.55 |
| Hex | 8E | 3F | DB | 23 | 47 | 0 | E | 10E | 44 | 37 |
| Octal | 216 | 77 | 333 | 43 | 107 | 0 | 16 | 416 | 104 | 67 |
| Binary | 10001110 | 111111 | 11011011 | 100011 | 1000111 | 0 | 1110 | 100001110 | 1000100 | 110111 |
Color Harmonies of #8E3FDB
Complementary color
Monochromatic Colors of #8E3FDB
Black with #8E3FDB
Text Example
Text Example
White with #8E3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3FDB; }
p { color: rgb(142,63,219); }
H1.HeaderClassName
{
color: #8E3FDB;
}
.AnyTagClassName
{
color: #8E3FDB;
}
</style>
background-color css
<style>
a { background-color: #8E3FDB; }
a { background-color: rgb(142,63,219); }
div.DivClassName
{
background-color: #8E3FDB;
}
.BgClassName
{
background-color: #8E3FDB;
}
</style>
border-color css
<style>
span { border-color: #8E3FDB; }
span { border-color: rgb(142,63,219); }
td.TdClassName
{
border-color: #8E3FDB;
}
.TagClassName
{
border-color: #8E3FDB;
}
</style>