Shades of Blue Violet #8519FB
Tints of Blue Violet #8519FB
RGB
CMYK
RGB Variations
Color information
#8519FB (or 0x8519FB) is known color: Blue Violet. HEX triplet: 85, 19 and FB. RGB value is (133,25,251). Sum of RGB (Red+Green+Blue) = 133+25+251=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #8519FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519FB is #7AE604. Grayscale: #525252. Windows color (decimal): -8054277 or 16456069. OLE color: 16456069.
HSL color Cylindrical-coordinate representation of color #8519FB: hue angle of 268.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8519FB is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 25 | 251 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.02 |
| HSL | 268.67º | 0.97% | 0.54% | - |
| HSV(B) | 268.67º | 0.9% | 0.98% | - |
| XYZ | 27.43 | 12.65 | 92.26 | - |
| YUV | 83.06 | 222.78 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 251 | 0.47 | 0.90 | 0 | 0.02 | 268.67 | 0.97 | 0.54 |
| Hex | 85 | 19 | FB | 2F | 5A | 0 | 2 | 10D | 61 | 36 |
| Octal | 205 | 31 | 373 | 57 | 132 | 0 | 2 | 415 | 141 | 66 |
| Binary | 10000101 | 11001 | 11111011 | 101111 | 1011010 | 0 | 10 | 100001101 | 1100001 | 110110 |
Color Harmonies of #8519FB
Complementary color
Monochromatic Colors of #8519FB
Black with #8519FB
Text Example
Text Example
White with #8519FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519FB; }
p { color: rgb(133,25,251); }
H1.HeaderClassName
{
color: #8519FB;
}
.AnyTagClassName
{
color: #8519FB;
}
</style>
background-color css
<style>
a { background-color: #8519FB; }
a { background-color: rgb(133,25,251); }
div.DivClassName
{
background-color: #8519FB;
}
.BgClassName
{
background-color: #8519FB;
}
</style>
border-color css
<style>
span { border-color: #8519FB; }
span { border-color: rgb(133,25,251); }
td.TdClassName
{
border-color: #8519FB;
}
.TagClassName
{
border-color: #8519FB;
}
</style>