Shades of Blue Violet #8519CE
Tints of Blue Violet #8519CE
RGB
CMYK
RGB Variations
Color information
#8519CE (or 0x8519CE) is known color: Blue Violet. HEX triplet: 85, 19 and CE. RGB value is (133,25,206). Sum of RGB (Red+Green+Blue) = 133+25+206=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #8519CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519CE is #7AE631. Grayscale: #4D4D4D. Windows color (decimal): -8054322 or 13506949. OLE color: 13506949.
HSL color Cylindrical-coordinate representation of color #8519CE: hue angle of 275.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8519CE is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 25 | 206 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.19 |
| HSL | 275.8º | 0.78% | 0.45% | - |
| HSV(B) | 275.8º | 0.88% | 0.81% | - |
| XYZ | 21.16 | 10.14 | 59.23 | - |
| YUV | 77.93 | 200.28 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 206 | 0.35 | 0.88 | 0 | 0.19 | 275.8 | 0.78 | 0.45 |
| Hex | 85 | 19 | CE | 23 | 58 | 0 | 13 | 114 | 4E | 2D |
| Octal | 205 | 31 | 316 | 43 | 130 | 0 | 23 | 424 | 116 | 55 |
| Binary | 10000101 | 11001 | 11001110 | 100011 | 1011000 | 0 | 10011 | 100010100 | 1001110 | 101101 |
Color Harmonies of #8519CE
Complementary color
Monochromatic Colors of #8519CE
Black with #8519CE
Text Example
Text Example
White with #8519CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519CE; }
p { color: rgb(133,25,206); }
H1.HeaderClassName
{
color: #8519CE;
}
.AnyTagClassName
{
color: #8519CE;
}
</style>
background-color css
<style>
a { background-color: #8519CE; }
a { background-color: rgb(133,25,206); }
div.DivClassName
{
background-color: #8519CE;
}
.BgClassName
{
background-color: #8519CE;
}
</style>
border-color css
<style>
span { border-color: #8519CE; }
span { border-color: rgb(133,25,206); }
td.TdClassName
{
border-color: #8519CE;
}
.TagClassName
{
border-color: #8519CE;
}
</style>