Shades of Blue Violet #853EDB
Tints of Blue Violet #853EDB
RGB
CMYK
RGB Variations
Color information
#853EDB (or 0x853EDB) is known color: Blue Violet. HEX triplet: 85, 3E and DB. RGB value is (133,62,219). Sum of RGB (Red+Green+Blue) = 133+62+219=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #853EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853EDB is #7AC124. Grayscale: #646464. Windows color (decimal): -8044837 or 14368389. OLE color: 14368389.
HSL color Cylindrical-coordinate representation of color #853EDB: hue angle of 267.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853EDB is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 62 | 219 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.14 |
| HSL | 267.13º | 0.69% | 0.55% | - |
| HSV(B) | 267.13º | 0.72% | 0.86% | - |
| XYZ | 24.18 | 13.55 | 68.36 | - |
| YUV | 101.13 | 194.52 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 219 | 0.39 | 0.72 | 0 | 0.14 | 267.13 | 0.69 | 0.55 |
| Hex | 85 | 3E | DB | 27 | 48 | 0 | E | 10B | 45 | 37 |
| Octal | 205 | 76 | 333 | 47 | 110 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000101 | 111110 | 11011011 | 100111 | 1001000 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #853EDB
Complementary color
Monochromatic Colors of #853EDB
Black with #853EDB
Text Example
Text Example
White with #853EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EDB; }
p { color: rgb(133,62,219); }
H1.HeaderClassName
{
color: #853EDB;
}
.AnyTagClassName
{
color: #853EDB;
}
</style>
background-color css
<style>
a { background-color: #853EDB; }
a { background-color: rgb(133,62,219); }
div.DivClassName
{
background-color: #853EDB;
}
.BgClassName
{
background-color: #853EDB;
}
</style>
border-color css
<style>
span { border-color: #853EDB; }
span { border-color: rgb(133,62,219); }
td.TdClassName
{
border-color: #853EDB;
}
.TagClassName
{
border-color: #853EDB;
}
</style>