Shades of Blue Violet #8015EA
Tints of Blue Violet #8015EA
RGB
CMYK
RGB Variations
Color information
#8015EA (or 0x8015EA) is known color: Blue Violet. HEX triplet: 80, 15 and EA. RGB value is (128,21,234). Sum of RGB (Red+Green+Blue) = 128+21+234=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #8015EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015EA is #7FEA15. Grayscale: #4C4C4C. Windows color (decimal): -8382998 or 15340928. OLE color: 15340928.
HSL color Cylindrical-coordinate representation of color #8015EA: hue angle of 270.14º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8015EA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 21 | 234 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.08 |
| HSL | 270.14º | 0.84% | 0.5% | - |
| HSV(B) | 270.14º | 0.91% | 0.92% | - |
| XYZ | 24.02 | 11.07 | 78.71 | - |
| YUV | 77.28 | 216.45 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 234 | 0.45 | 0.91 | 0 | 0.08 | 270.14 | 0.84 | 0.5 |
| Hex | 80 | 15 | EA | 2D | 5B | 0 | 8 | 10E | 54 | 32 |
| Octal | 200 | 25 | 352 | 55 | 133 | 0 | 10 | 416 | 124 | 62 |
| Binary | 10000000 | 10101 | 11101010 | 101101 | 1011011 | 0 | 1000 | 100001110 | 1010100 | 110010 |
Color Harmonies of #8015EA
Complementary color
Monochromatic Colors of #8015EA
Black with #8015EA
Text Example
Text Example
White with #8015EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015EA; }
p { color: rgb(128,21,234); }
H1.HeaderClassName
{
color: #8015EA;
}
.AnyTagClassName
{
color: #8015EA;
}
</style>
background-color css
<style>
a { background-color: #8015EA; }
a { background-color: rgb(128,21,234); }
div.DivClassName
{
background-color: #8015EA;
}
.BgClassName
{
background-color: #8015EA;
}
</style>
border-color css
<style>
span { border-color: #8015EA; }
span { border-color: rgb(128,21,234); }
td.TdClassName
{
border-color: #8015EA;
}
.TagClassName
{
border-color: #8015EA;
}
</style>