Shades of Blue Violet #853EE1
Tints of Blue Violet #853EE1
RGB
CMYK
RGB Variations
Color information
#853EE1 (or 0x853EE1) is known color: Blue Violet. HEX triplet: 85, 3E and E1. RGB value is (133,62,225). Sum of RGB (Red+Green+Blue) = 133+62+225=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #853EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853EE1 is #7AC11E. Grayscale: #656565. Windows color (decimal): -8044831 or 14761605. OLE color: 14761605.
HSL color Cylindrical-coordinate representation of color #853EE1: hue angle of 266.13º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853EE1 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 62 | 225 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.12 |
| HSL | 266.13º | 0.73% | 0.56% | - |
| HSV(B) | 266.13º | 0.72% | 0.88% | - |
| XYZ | 24.99 | 13.87 | 72.59 | - |
| YUV | 101.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 225 | 0.41 | 0.72 | 0 | 0.12 | 266.13 | 0.73 | 0.56 |
| Hex | 85 | 3E | E1 | 29 | 48 | 0 | C | 10A | 49 | 38 |
| Octal | 205 | 76 | 341 | 51 | 110 | 0 | 14 | 412 | 111 | 70 |
| Binary | 10000101 | 111110 | 11100001 | 101001 | 1001000 | 0 | 1100 | 100001010 | 1001001 | 111000 |
Color Harmonies of #853EE1
Complementary color
Monochromatic Colors of #853EE1
Black with #853EE1
Text Example
Text Example
White with #853EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EE1; }
p { color: rgb(133,62,225); }
H1.HeaderClassName
{
color: #853EE1;
}
.AnyTagClassName
{
color: #853EE1;
}
</style>
background-color css
<style>
a { background-color: #853EE1; }
a { background-color: rgb(133,62,225); }
div.DivClassName
{
background-color: #853EE1;
}
.BgClassName
{
background-color: #853EE1;
}
</style>
border-color css
<style>
span { border-color: #853EE1; }
span { border-color: rgb(133,62,225); }
td.TdClassName
{
border-color: #853EE1;
}
.TagClassName
{
border-color: #853EE1;
}
</style>