Shades of Blue Violet #853EE0
Tints of Blue Violet #853EE0
RGB
CMYK
RGB Variations
Color information
#853EE0 (or 0x853EE0) is known color: Blue Violet. HEX triplet: 85, 3E and E0. RGB value is (133,62,224). Sum of RGB (Red+Green+Blue) = 133+62+224=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #853EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853EE0 is #7AC11F. Grayscale: #656565. Windows color (decimal): -8044832 or 14696069. OLE color: 14696069.
HSL color Cylindrical-coordinate representation of color #853EE0: hue angle of 266.3º degrees, saturation: 0.72, 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 #853EE0 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 62 | 224 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.12 |
| HSL | 266.3º | 0.72% | 0.56% | - |
| HSV(B) | 266.3º | 0.72% | 0.88% | - |
| XYZ | 24.85 | 13.81 | 71.88 | - |
| YUV | 101.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 224 | 0.41 | 0.72 | 0 | 0.12 | 266.3 | 0.72 | 0.56 |
| Hex | 85 | 3E | E0 | 29 | 48 | 0 | C | 10A | 48 | 38 |
| Octal | 205 | 76 | 340 | 51 | 110 | 0 | 14 | 412 | 110 | 70 |
| Binary | 10000101 | 111110 | 11100000 | 101001 | 1001000 | 0 | 1100 | 100001010 | 1001000 | 111000 |
Color Harmonies of #853EE0
Complementary color
Monochromatic Colors of #853EE0
Black with #853EE0
Text Example
Text Example
White with #853EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853EE0; }
p { color: rgb(133,62,224); }
H1.HeaderClassName
{
color: #853EE0;
}
.AnyTagClassName
{
color: #853EE0;
}
</style>
background-color css
<style>
a { background-color: #853EE0; }
a { background-color: rgb(133,62,224); }
div.DivClassName
{
background-color: #853EE0;
}
.BgClassName
{
background-color: #853EE0;
}
</style>
border-color css
<style>
span { border-color: #853EE0; }
span { border-color: rgb(133,62,224); }
td.TdClassName
{
border-color: #853EE0;
}
.TagClassName
{
border-color: #853EE0;
}
</style>