Shades of Blue Violet #853FFB
Tints of Blue Violet #853FFB
RGB
CMYK
RGB Variations
Color information
#853FFB (or 0x853FFB) is known color: Blue Violet. HEX triplet: 85, 3F and FB. RGB value is (133,63,251). Sum of RGB (Red+Green+Blue) = 133+63+251=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #853FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FFB is #7AC004. Grayscale: #686868. Windows color (decimal): -8044549 or 16465797. OLE color: 16465797.
HSL color Cylindrical-coordinate representation of color #853FFB: hue angle of 262.34º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853FFB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 63 | 251 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.02 |
| HSL | 262.34º | 0.96% | 0.62% | - |
| HSV(B) | 262.34º | 0.75% | 0.98% | - |
| XYZ | 28.86 | 15.51 | 92.74 | - |
| YUV | 105.36 | 210.19 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 251 | 0.47 | 0.75 | 0 | 0.02 | 262.34 | 0.96 | 0.62 |
| Hex | 85 | 3F | FB | 2F | 4B | 0 | 2 | 106 | 60 | 3E |
| Octal | 205 | 77 | 373 | 57 | 113 | 0 | 2 | 406 | 140 | 76 |
| Binary | 10000101 | 111111 | 11111011 | 101111 | 1001011 | 0 | 10 | 100000110 | 1100000 | 111110 |
Color Harmonies of #853FFB
Complementary color
Monochromatic Colors of #853FFB
Black with #853FFB
Text Example
Text Example
White with #853FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FFB; }
p { color: rgb(133,63,251); }
H1.HeaderClassName
{
color: #853FFB;
}
.AnyTagClassName
{
color: #853FFB;
}
</style>
background-color css
<style>
a { background-color: #853FFB; }
a { background-color: rgb(133,63,251); }
div.DivClassName
{
background-color: #853FFB;
}
.BgClassName
{
background-color: #853FFB;
}
</style>
border-color css
<style>
span { border-color: #853FFB; }
span { border-color: rgb(133,63,251); }
td.TdClassName
{
border-color: #853FFB;
}
.TagClassName
{
border-color: #853FFB;
}
</style>