Shades of Blue Violet #8514E5
Tints of Blue Violet #8514E5
RGB
CMYK
RGB Variations
Color information
#8514E5 (or 0x8514E5) is known color: Blue Violet. HEX triplet: 85, 14 and E5. RGB value is (133,20,229). Sum of RGB (Red+Green+Blue) = 133+20+229=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #8514E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514E5 is #7AEB1A. Grayscale: #4C4C4C. Windows color (decimal): -8055579 or 15012997. OLE color: 15012997.
HSL color Cylindrical-coordinate representation of color #8514E5: hue angle of 272.44º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8514E5 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 20 | 229 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.10 |
| HSL | 272.44º | 0.84% | 0.49% | - |
| HSV(B) | 272.44º | 0.91% | 0.9% | - |
| XYZ | 24.07 | 11.14 | 75.01 | - |
| YUV | 77.61 | 213.44 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 229 | 0.42 | 0.91 | 0 | 0.10 | 272.44 | 0.84 | 0.49 |
| Hex | 85 | 14 | E5 | 2A | 5B | 0 | A | 110 | 54 | 31 |
| Octal | 205 | 24 | 345 | 52 | 133 | 0 | 12 | 420 | 124 | 61 |
| Binary | 10000101 | 10100 | 11100101 | 101010 | 1011011 | 0 | 1010 | 100010000 | 1010100 | 110001 |
Color Harmonies of #8514E5
Complementary color
Monochromatic Colors of #8514E5
Black with #8514E5
Text Example
Text Example
White with #8514E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514E5; }
p { color: rgb(133,20,229); }
H1.HeaderClassName
{
color: #8514E5;
}
.AnyTagClassName
{
color: #8514E5;
}
</style>
background-color css
<style>
a { background-color: #8514E5; }
a { background-color: rgb(133,20,229); }
div.DivClassName
{
background-color: #8514E5;
}
.BgClassName
{
background-color: #8514E5;
}
</style>
border-color css
<style>
span { border-color: #8514E5; }
span { border-color: rgb(133,20,229); }
td.TdClassName
{
border-color: #8514E5;
}
.TagClassName
{
border-color: #8514E5;
}
</style>