Shades of Blue Violet #853DFC
Tints of Blue Violet #853DFC
RGB
CMYK
RGB Variations
Color information
#853DFC (or 0x853DFC) is known color: Blue Violet. HEX triplet: 85, 3D and FC. RGB value is (133,61,252). Sum of RGB (Red+Green+Blue) = 133+61+252=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #853DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DFC is #7AC203. Grayscale: #676767. Windows color (decimal): -8045060 or 16530821. OLE color: 16530821.
HSL color Cylindrical-coordinate representation of color #853DFC: hue angle of 262.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853DFC is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 61 | 252 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.01 |
| HSL | 262.62º | 0.97% | 0.61% | - |
| HSV(B) | 262.62º | 0.76% | 0.99% | - |
| XYZ | 28.91 | 15.35 | 93.53 | - |
| YUV | 104.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 252 | 0.47 | 0.76 | 0 | 0.01 | 262.62 | 0.97 | 0.61 |
| Hex | 85 | 3D | FC | 2F | 4C | 0 | 1 | 107 | 61 | 3D |
| Octal | 205 | 75 | 374 | 57 | 114 | 0 | 1 | 407 | 141 | 75 |
| Binary | 10000101 | 111101 | 11111100 | 101111 | 1001100 | 0 | 1 | 100000111 | 1100001 | 111101 |
Color Harmonies of #853DFC
Complementary color
Monochromatic Colors of #853DFC
Black with #853DFC
Text Example
Text Example
White with #853DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DFC; }
p { color: rgb(133,61,252); }
H1.HeaderClassName
{
color: #853DFC;
}
.AnyTagClassName
{
color: #853DFC;
}
</style>
background-color css
<style>
a { background-color: #853DFC; }
a { background-color: rgb(133,61,252); }
div.DivClassName
{
background-color: #853DFC;
}
.BgClassName
{
background-color: #853DFC;
}
</style>
border-color css
<style>
span { border-color: #853DFC; }
span { border-color: rgb(133,61,252); }
td.TdClassName
{
border-color: #853DFC;
}
.TagClassName
{
border-color: #853DFC;
}
</style>