Shades of Blue Violet #853FE0
Tints of Blue Violet #853FE0
RGB
CMYK
RGB Variations
Color information
#853FE0 (or 0x853FE0) is known color: Blue Violet. HEX triplet: 85, 3F and E0. RGB value is (133,63,224). Sum of RGB (Red+Green+Blue) = 133+63+224=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #853FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FE0 is #7AC01F. Grayscale: #656565. Windows color (decimal): -8044576 or 14696325. OLE color: 14696325.
HSL color Cylindrical-coordinate representation of color #853FE0: hue angle of 266.09º 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 #853FE0 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 63 | 224 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.12 |
| HSL | 266.09º | 0.72% | 0.56% | - |
| HSV(B) | 266.09º | 0.72% | 0.88% | - |
| XYZ | 24.9 | 13.92 | 71.9 | - |
| YUV | 102.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 224 | 0.41 | 0.72 | 0 | 0.12 | 266.09 | 0.72 | 0.56 |
| Hex | 85 | 3F | E0 | 29 | 48 | 0 | C | 10A | 48 | 38 |
| Octal | 205 | 77 | 340 | 51 | 110 | 0 | 14 | 412 | 110 | 70 |
| Binary | 10000101 | 111111 | 11100000 | 101001 | 1001000 | 0 | 1100 | 100001010 | 1001000 | 111000 |
Color Harmonies of #853FE0
Complementary color
Monochromatic Colors of #853FE0
Black with #853FE0
Text Example
Text Example
White with #853FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FE0; }
p { color: rgb(133,63,224); }
H1.HeaderClassName
{
color: #853FE0;
}
.AnyTagClassName
{
color: #853FE0;
}
</style>
background-color css
<style>
a { background-color: #853FE0; }
a { background-color: rgb(133,63,224); }
div.DivClassName
{
background-color: #853FE0;
}
.BgClassName
{
background-color: #853FE0;
}
</style>
border-color css
<style>
span { border-color: #853FE0; }
span { border-color: rgb(133,63,224); }
td.TdClassName
{
border-color: #853FE0;
}
.TagClassName
{
border-color: #853FE0;
}
</style>