Shades of Blue Violet #8520FD
Tints of Blue Violet #8520FD
RGB
CMYK
RGB Variations
Color information
#8520FD (or 0x8520FD) is known color: Blue Violet. HEX triplet: 85, 20 and FD. RGB value is (133,32,253). Sum of RGB (Red+Green+Blue) = 133+32+253=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #8520FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8520FD is #7ADF02. Grayscale: #565656. Windows color (decimal): -8052483 or 16588933. OLE color: 16588933.
HSL color Cylindrical-coordinate representation of color #8520FD: hue angle of 267.42º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8520FD is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 32 | 253 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.01 |
| HSL | 267.42º | 0.98% | 0.56% | - |
| HSV(B) | 267.42º | 0.87% | 0.99% | - |
| XYZ | 27.92 | 13.11 | 93.99 | - |
| YUV | 87.39 | 221.46 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 253 | 0.47 | 0.87 | 0 | 0.01 | 267.42 | 0.98 | 0.56 |
| Hex | 85 | 20 | FD | 2F | 57 | 0 | 1 | 10B | 62 | 38 |
| Octal | 205 | 40 | 375 | 57 | 127 | 0 | 1 | 413 | 142 | 70 |
| Binary | 10000101 | 100000 | 11111101 | 101111 | 1010111 | 0 | 1 | 100001011 | 1100010 | 111000 |
Color Harmonies of #8520FD
Complementary color
Monochromatic Colors of #8520FD
Black with #8520FD
Text Example
Text Example
White with #8520FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8520FD; }
p { color: rgb(133,32,253); }
H1.HeaderClassName
{
color: #8520FD;
}
.AnyTagClassName
{
color: #8520FD;
}
</style>
background-color css
<style>
a { background-color: #8520FD; }
a { background-color: rgb(133,32,253); }
div.DivClassName
{
background-color: #8520FD;
}
.BgClassName
{
background-color: #8520FD;
}
</style>
border-color css
<style>
span { border-color: #8520FD; }
span { border-color: rgb(133,32,253); }
td.TdClassName
{
border-color: #8520FD;
}
.TagClassName
{
border-color: #8520FD;
}
</style>