Shades of Blue Violet #8519CF
Tints of Blue Violet #8519CF
RGB
CMYK
RGB Variations
Color information
#8519CF (or 0x8519CF) is known color: Blue Violet. HEX triplet: 85, 19 and CF. RGB value is (133,25,207). Sum of RGB (Red+Green+Blue) = 133+25+207=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #8519CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519CF is #7AE630. Grayscale: #4D4D4D. Windows color (decimal): -8054321 or 13572485. OLE color: 13572485.
HSL color Cylindrical-coordinate representation of color #8519CF: hue angle of 275.6º 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 #8519CF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 25 | 207 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.19 |
| HSL | 275.6º | 0.78% | 0.45% | - |
| HSV(B) | 275.6º | 0.88% | 0.81% | - |
| XYZ | 21.28 | 10.19 | 59.88 | - |
| YUV | 78.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 207 | 0.36 | 0.88 | 0 | 0.19 | 275.6 | 0.78 | 0.45 |
| Hex | 85 | 19 | CF | 24 | 58 | 0 | 13 | 114 | 4E | 2D |
| Octal | 205 | 31 | 317 | 44 | 130 | 0 | 23 | 424 | 116 | 55 |
| Binary | 10000101 | 11001 | 11001111 | 100100 | 1011000 | 0 | 10011 | 100010100 | 1001110 | 101101 |
Color Harmonies of #8519CF
Complementary color
Monochromatic Colors of #8519CF
Black with #8519CF
Text Example
Text Example
White with #8519CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519CF; }
p { color: rgb(133,25,207); }
H1.HeaderClassName
{
color: #8519CF;
}
.AnyTagClassName
{
color: #8519CF;
}
</style>
background-color css
<style>
a { background-color: #8519CF; }
a { background-color: rgb(133,25,207); }
div.DivClassName
{
background-color: #8519CF;
}
.BgClassName
{
background-color: #8519CF;
}
</style>
border-color css
<style>
span { border-color: #8519CF; }
span { border-color: rgb(133,25,207); }
td.TdClassName
{
border-color: #8519CF;
}
.TagClassName
{
border-color: #8519CF;
}
</style>