Shades of Blue Violet #853CEF
Tints of Blue Violet #853CEF
RGB
CMYK
RGB Variations
Color information
#853CEF (or 0x853CEF) is known color: Blue Violet. HEX triplet: 85, 3C and EF. RGB value is (133,60,239). Sum of RGB (Red+Green+Blue) = 133+60+239=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #853CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CEF is #7AC310. Grayscale: #656565. Windows color (decimal): -8045329 or 15678597. OLE color: 15678597.
HSL color Cylindrical-coordinate representation of color #853CEF: hue angle of 264.47º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853CEF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 60 | 239 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.06 |
| HSL | 264.47º | 0.85% | 0.59% | - |
| HSV(B) | 264.47º | 0.75% | 0.94% | - |
| XYZ | 26.87 | 14.45 | 83.03 | - |
| YUV | 102.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 239 | 0.44 | 0.75 | 0 | 0.06 | 264.47 | 0.85 | 0.59 |
| Hex | 85 | 3C | EF | 2C | 4B | 0 | 6 | 108 | 55 | 3B |
| Octal | 205 | 74 | 357 | 54 | 113 | 0 | 6 | 410 | 125 | 73 |
| Binary | 10000101 | 111100 | 11101111 | 101100 | 1001011 | 0 | 110 | 100001000 | 1010101 | 111011 |
Color Harmonies of #853CEF
Complementary color
Monochromatic Colors of #853CEF
Black with #853CEF
Text Example
Text Example
White with #853CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CEF; }
p { color: rgb(133,60,239); }
H1.HeaderClassName
{
color: #853CEF;
}
.AnyTagClassName
{
color: #853CEF;
}
</style>
background-color css
<style>
a { background-color: #853CEF; }
a { background-color: rgb(133,60,239); }
div.DivClassName
{
background-color: #853CEF;
}
.BgClassName
{
background-color: #853CEF;
}
</style>
border-color css
<style>
span { border-color: #853CEF; }
span { border-color: rgb(133,60,239); }
td.TdClassName
{
border-color: #853CEF;
}
.TagClassName
{
border-color: #853CEF;
}
</style>