Shades of Blue Violet #8519FD
Tints of Blue Violet #8519FD
RGB
CMYK
RGB Variations
Color information
#8519FD (or 0x8519FD) is known color: Blue Violet. HEX triplet: 85, 19 and FD. RGB value is (133,25,253). Sum of RGB (Red+Green+Blue) = 133+25+253=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #8519FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8519FD is #7AE602. Grayscale: #525252. Windows color (decimal): -8054275 or 16587141. OLE color: 16587141.
HSL color Cylindrical-coordinate representation of color #8519FD: hue angle of 268.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8519FD is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 25 | 253 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.01 |
| HSL | 268.42º | 0.98% | 0.55% | - |
| HSV(B) | 268.42º | 0.9% | 0.99% | - |
| XYZ | 27.75 | 12.77 | 93.93 | - |
| YUV | 83.28 | 223.78 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 253 | 0.47 | 0.90 | 0 | 0.01 | 268.42 | 0.98 | 0.55 |
| Hex | 85 | 19 | FD | 2F | 5A | 0 | 1 | 10C | 62 | 37 |
| Octal | 205 | 31 | 375 | 57 | 132 | 0 | 1 | 414 | 142 | 67 |
| Binary | 10000101 | 11001 | 11111101 | 101111 | 1011010 | 0 | 1 | 100001100 | 1100010 | 110111 |
Color Harmonies of #8519FD
Complementary color
Monochromatic Colors of #8519FD
Black with #8519FD
Text Example
Text Example
White with #8519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519FD; }
p { color: rgb(133,25,253); }
H1.HeaderClassName
{
color: #8519FD;
}
.AnyTagClassName
{
color: #8519FD;
}
</style>
background-color css
<style>
a { background-color: #8519FD; }
a { background-color: rgb(133,25,253); }
div.DivClassName
{
background-color: #8519FD;
}
.BgClassName
{
background-color: #8519FD;
}
</style>
border-color css
<style>
span { border-color: #8519FD; }
span { border-color: rgb(133,25,253); }
td.TdClassName
{
border-color: #8519FD;
}
.TagClassName
{
border-color: #8519FD;
}
</style>