Shades of Blue Violet #853FFC
Tints of Blue Violet #853FFC
RGB
CMYK
RGB Variations
Color information
#853FFC (or 0x853FFC) is known color: Blue Violet. HEX triplet: 85, 3F and FC. RGB value is (133,63,252). Sum of RGB (Red+Green+Blue) = 133+63+252=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #853FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FFC is #7AC003. Grayscale: #686868. Windows color (decimal): -8044548 or 16531333. OLE color: 16531333.
HSL color Cylindrical-coordinate representation of color #853FFC: hue angle of 262.22º 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 #853FFC is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 63 | 252 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.01 |
| HSL | 262.22º | 0.97% | 0.62% | - |
| HSV(B) | 262.22º | 0.75% | 0.99% | - |
| XYZ | 29.02 | 15.57 | 93.57 | - |
| YUV | 105.48 | 210.69 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 252 | 0.47 | 0.75 | 0 | 0.01 | 262.22 | 0.97 | 0.62 |
| Hex | 85 | 3F | FC | 2F | 4B | 0 | 1 | 106 | 61 | 3E |
| Octal | 205 | 77 | 374 | 57 | 113 | 0 | 1 | 406 | 141 | 76 |
| Binary | 10000101 | 111111 | 11111100 | 101111 | 1001011 | 0 | 1 | 100000110 | 1100001 | 111110 |
Color Harmonies of #853FFC
Complementary color
Monochromatic Colors of #853FFC
Black with #853FFC
Text Example
Text Example
White with #853FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FFC; }
p { color: rgb(133,63,252); }
H1.HeaderClassName
{
color: #853FFC;
}
.AnyTagClassName
{
color: #853FFC;
}
</style>
background-color css
<style>
a { background-color: #853FFC; }
a { background-color: rgb(133,63,252); }
div.DivClassName
{
background-color: #853FFC;
}
.BgClassName
{
background-color: #853FFC;
}
</style>
border-color css
<style>
span { border-color: #853FFC; }
span { border-color: rgb(133,63,252); }
td.TdClassName
{
border-color: #853FFC;
}
.TagClassName
{
border-color: #853FFC;
}
</style>