Shades of Blue Violet #8E16DB
Tints of Blue Violet #8E16DB
RGB
CMYK
RGB Variations
Color information
#8E16DB (or 0x8E16DB) is known color: Blue Violet. HEX triplet: 8E, 16 and DB. RGB value is (142,22,219). Sum of RGB (Red+Green+Blue) = 142+22+219=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E16DB is #71E924. Grayscale: #4F4F4F. Windows color (decimal): -7465253 or 14358158. OLE color: 14358158.
HSL color Cylindrical-coordinate representation of color #8E16DB: hue angle of 276.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E16DB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 22 | 219 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.14 |
| HSL | 276.55º | 0.82% | 0.47% | - |
| HSV(B) | 276.55º | 0.9% | 0.86% | - |
| XYZ | 24.23 | 11.44 | 67.95 | - |
| YUV | 80.34 | 206.26 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 219 | 0.35 | 0.90 | 0 | 0.14 | 276.55 | 0.82 | 0.47 |
| Hex | 8E | 16 | DB | 23 | 5A | 0 | E | 115 | 52 | 2F |
| Octal | 216 | 26 | 333 | 43 | 132 | 0 | 16 | 425 | 122 | 57 |
| Binary | 10001110 | 10110 | 11011011 | 100011 | 1011010 | 0 | 1110 | 100010101 | 1010010 | 101111 |
Color Harmonies of #8E16DB
Complementary color
Monochromatic Colors of #8E16DB
Black with #8E16DB
Text Example
Text Example
White with #8E16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E16DB; }
p { color: rgb(142,22,219); }
H1.HeaderClassName
{
color: #8E16DB;
}
.AnyTagClassName
{
color: #8E16DB;
}
</style>
background-color css
<style>
a { background-color: #8E16DB; }
a { background-color: rgb(142,22,219); }
div.DivClassName
{
background-color: #8E16DB;
}
.BgClassName
{
background-color: #8E16DB;
}
</style>
border-color css
<style>
span { border-color: #8E16DB; }
span { border-color: rgb(142,22,219); }
td.TdClassName
{
border-color: #8E16DB;
}
.TagClassName
{
border-color: #8E16DB;
}
</style>