Shades of Blue Violet #8540FC
Tints of Blue Violet #8540FC
RGB
CMYK
RGB Variations
Color information
#8540FC (or 0x8540FC) is known color: Blue Violet. HEX triplet: 85, 40 and FC. RGB value is (133,64,252). Sum of RGB (Red+Green+Blue) = 133+64+252=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #8540FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8540FC is #7ABF03. Grayscale: #696969. Windows color (decimal): -8044292 or 16531589. OLE color: 16531589.
HSL color Cylindrical-coordinate representation of color #8540FC: hue angle of 262.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8540FC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 64 | 252 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.01 |
| HSL | 262.02º | 0.97% | 0.62% | - |
| HSV(B) | 262.02º | 0.75% | 0.99% | - |
| XYZ | 29.08 | 15.68 | 93.59 | - |
| YUV | 106.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 252 | 0.47 | 0.75 | 0 | 0.01 | 262.02 | 0.97 | 0.62 |
| Hex | 85 | 40 | FC | 2F | 4B | 0 | 1 | 106 | 61 | 3E |
| Octal | 205 | 100 | 374 | 57 | 113 | 0 | 1 | 406 | 141 | 76 |
| Binary | 10000101 | 1000000 | 11111100 | 101111 | 1001011 | 0 | 1 | 100000110 | 1100001 | 111110 |
Color Harmonies of #8540FC
Complementary color
Monochromatic Colors of #8540FC
Black with #8540FC
Text Example
Text Example
White with #8540FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540FC; }
p { color: rgb(133,64,252); }
H1.HeaderClassName
{
color: #8540FC;
}
.AnyTagClassName
{
color: #8540FC;
}
</style>
background-color css
<style>
a { background-color: #8540FC; }
a { background-color: rgb(133,64,252); }
div.DivClassName
{
background-color: #8540FC;
}
.BgClassName
{
background-color: #8540FC;
}
</style>
border-color css
<style>
span { border-color: #8540FC; }
span { border-color: rgb(133,64,252); }
td.TdClassName
{
border-color: #8540FC;
}
.TagClassName
{
border-color: #8540FC;
}
</style>