Shades of Blue Violet #853DFF
Tints of Blue Violet #853DFF
RGB
CMYK
RGB Variations
Color information
#853DFF (or 0x853DFF) is known color: Blue Violet. HEX triplet: 85, 3D and FF. RGB value is (133,61,255). Sum of RGB (Red+Green+Blue) = 133+61+255=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #853DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DFF is #7AC200. Grayscale: #676767. Windows color (decimal): -8045057 or 16727429. OLE color: 16727429.
HSL color Cylindrical-coordinate representation of color #853DFF: hue angle of 262.27º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853DFF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 61 | 255 | - |
| CMYK | 0.48 | 0.76 | 0 | 0 |
| HSL | 262.27º | 1% | 0.62% | - |
| HSV(B) | 262.27º | 0.76% | 1% | - |
| XYZ | 29.39 | 15.54 | 96.06 | - |
| YUV | 104.64 | 212.85 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 255 | 0.48 | 0.76 | 0 | 0 | 262.27 | 1 | 0.62 |
| Hex | 85 | 3D | FF | 30 | 4C | 0 | 0 | 106 | 64 | 3E |
| Octal | 205 | 75 | 377 | 60 | 114 | 0 | 0 | 406 | 144 | 76 |
| Binary | 10000101 | 111101 | 11111111 | 110000 | 1001100 | 0 | 0 | 100000110 | 1100100 | 111110 |
Color Harmonies of #853DFF
Complementary color
Monochromatic Colors of #853DFF
Black with #853DFF
Text Example
Text Example
White with #853DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DFF; }
p { color: rgb(133,61,255); }
H1.HeaderClassName
{
color: #853DFF;
}
.AnyTagClassName
{
color: #853DFF;
}
</style>
background-color css
<style>
a { background-color: #853DFF; }
a { background-color: rgb(133,61,255); }
div.DivClassName
{
background-color: #853DFF;
}
.BgClassName
{
background-color: #853DFF;
}
</style>
border-color css
<style>
span { border-color: #853DFF; }
span { border-color: rgb(133,61,255); }
td.TdClassName
{
border-color: #853DFF;
}
.TagClassName
{
border-color: #853DFF;
}
</style>