Shades of Blue Violet #8014E2
Tints of Blue Violet #8014E2
RGB
CMYK
RGB Variations
Color information
#8014E2 (or 0x8014E2) is known color: Blue Violet. HEX triplet: 80, 14 and E2. RGB value is (128,20,226). Sum of RGB (Red+Green+Blue) = 128+20+226=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 226 (88.67% from 255 or 60.43% from 374); Max value from RGB is 226 - color contains mainly: blue. Hex color #8014E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014E2 is #7FEB1D. Grayscale: #4B4B4B. Windows color (decimal): -8383262 or 14816384. OLE color: 14816384.
HSL color Cylindrical-coordinate representation of color #8014E2: hue angle of 271.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8014E2 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 20 | 226 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.11 |
| HSL | 271.46º | 0.84% | 0.48% | - |
| HSV(B) | 271.46º | 0.91% | 0.89% | - |
| XYZ | 22.88 | 10.58 | 72.79 | - |
| YUV | 75.78 | 212.78 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 226 | 0.43 | 0.91 | 0 | 0.11 | 271.46 | 0.84 | 0.48 |
| Hex | 80 | 14 | E2 | 2B | 5B | 0 | B | 10F | 54 | 30 |
| Octal | 200 | 24 | 342 | 53 | 133 | 0 | 13 | 417 | 124 | 60 |
| Binary | 10000000 | 10100 | 11100010 | 101011 | 1011011 | 0 | 1011 | 100001111 | 1010100 | 110000 |
Color Harmonies of #8014E2
Complementary color
Monochromatic Colors of #8014E2
Black with #8014E2
Text Example
Text Example
White with #8014E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014E2; }
p { color: rgb(128,20,226); }
H1.HeaderClassName
{
color: #8014E2;
}
.AnyTagClassName
{
color: #8014E2;
}
</style>
background-color css
<style>
a { background-color: #8014E2; }
a { background-color: rgb(128,20,226); }
div.DivClassName
{
background-color: #8014E2;
}
.BgClassName
{
background-color: #8014E2;
}
</style>
border-color css
<style>
span { border-color: #8014E2; }
span { border-color: rgb(128,20,226); }
td.TdClassName
{
border-color: #8014E2;
}
.TagClassName
{
border-color: #8014E2;
}
</style>