Shades of Blue Violet #8519EE
Tints of Blue Violet #8519EE
RGB
CMYK
RGB Variations
Color information
#8519EE (or 0x8519EE) is known color: Blue Violet. HEX triplet: 85, 19 and EE. RGB value is (133,25,238). Sum of RGB (Red+Green+Blue) = 133+25+238=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #8519EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519EE is #7AE611. Grayscale: #505050. Windows color (decimal): -8054290 or 15604101. OLE color: 15604101.
HSL color Cylindrical-coordinate representation of color #8519EE: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8519EE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 25 | 238 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.07 |
| HSL | 270.42º | 0.86% | 0.52% | - |
| HSV(B) | 270.42º | 0.89% | 0.93% | - |
| XYZ | 25.45 | 11.85 | 81.84 | - |
| YUV | 81.57 | 216.28 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 238 | 0.44 | 0.89 | 0 | 0.07 | 270.42 | 0.86 | 0.52 |
| Hex | 85 | 19 | EE | 2C | 59 | 0 | 7 | 10E | 56 | 34 |
| Octal | 205 | 31 | 356 | 54 | 131 | 0 | 7 | 416 | 126 | 64 |
| Binary | 10000101 | 11001 | 11101110 | 101100 | 1011001 | 0 | 111 | 100001110 | 1010110 | 110100 |
Color Harmonies of #8519EE
Complementary color
Monochromatic Colors of #8519EE
Black with #8519EE
Text Example
Text Example
White with #8519EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519EE; }
p { color: rgb(133,25,238); }
H1.HeaderClassName
{
color: #8519EE;
}
.AnyTagClassName
{
color: #8519EE;
}
</style>
background-color css
<style>
a { background-color: #8519EE; }
a { background-color: rgb(133,25,238); }
div.DivClassName
{
background-color: #8519EE;
}
.BgClassName
{
background-color: #8519EE;
}
</style>
border-color css
<style>
span { border-color: #8519EE; }
span { border-color: rgb(133,25,238); }
td.TdClassName
{
border-color: #8519EE;
}
.TagClassName
{
border-color: #8519EE;
}
</style>