Shades of Blue Violet #853BEC
Tints of Blue Violet #853BEC
RGB
CMYK
RGB Variations
Color information
#853BEC (or 0x853BEC) is known color: Blue Violet. HEX triplet: 85, 3B and EC. RGB value is (133,59,236). Sum of RGB (Red+Green+Blue) = 133+59+236=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #853BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BEC is #7AC413. Grayscale: #646464. Windows color (decimal): -8045588 or 15481733. OLE color: 15481733.
HSL color Cylindrical-coordinate representation of color #853BEC: hue angle of 265.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853BEC is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 59 | 236 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 265.08º | 0.82% | 0.58% | - |
| HSV(B) | 265.08º | 0.75% | 0.93% | - |
| XYZ | 26.38 | 14.17 | 80.7 | - |
| YUV | 101.3 | 204.02 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 236 | 0.44 | 0.75 | 0 | 0.07 | 265.08 | 0.82 | 0.58 |
| Hex | 85 | 3B | EC | 2C | 4B | 0 | 7 | 109 | 52 | 3A |
| Octal | 205 | 73 | 354 | 54 | 113 | 0 | 7 | 411 | 122 | 72 |
| Binary | 10000101 | 111011 | 11101100 | 101100 | 1001011 | 0 | 111 | 100001001 | 1010010 | 111010 |
Color Harmonies of #853BEC
Complementary color
Monochromatic Colors of #853BEC
Black with #853BEC
Text Example
Text Example
White with #853BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BEC; }
p { color: rgb(133,59,236); }
H1.HeaderClassName
{
color: #853BEC;
}
.AnyTagClassName
{
color: #853BEC;
}
</style>
background-color css
<style>
a { background-color: #853BEC; }
a { background-color: rgb(133,59,236); }
div.DivClassName
{
background-color: #853BEC;
}
.BgClassName
{
background-color: #853BEC;
}
</style>
border-color css
<style>
span { border-color: #853BEC; }
span { border-color: rgb(133,59,236); }
td.TdClassName
{
border-color: #853BEC;
}
.TagClassName
{
border-color: #853BEC;
}
</style>