Shades of Blue Violet #853DEC
Tints of Blue Violet #853DEC
RGB
CMYK
RGB Variations
Color information
#853DEC (or 0x853DEC) is known color: Blue Violet. HEX triplet: 85, 3D and EC. RGB value is (133,61,236). Sum of RGB (Red+Green+Blue) = 133+61+236=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #853DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DEC is #7AC213. Grayscale: #656565. Windows color (decimal): -8045076 or 15482245. OLE color: 15482245.
HSL color Cylindrical-coordinate representation of color #853DEC: hue angle of 264.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853DEC is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 61 | 236 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.07 |
| HSL | 264.69º | 0.82% | 0.58% | - |
| HSV(B) | 264.69º | 0.74% | 0.93% | - |
| XYZ | 26.48 | 14.38 | 80.74 | - |
| YUV | 102.48 | 203.35 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 236 | 0.44 | 0.74 | 0 | 0.07 | 264.69 | 0.82 | 0.58 |
| Hex | 85 | 3D | EC | 2C | 4A | 0 | 7 | 109 | 52 | 3A |
| Octal | 205 | 75 | 354 | 54 | 112 | 0 | 7 | 411 | 122 | 72 |
| Binary | 10000101 | 111101 | 11101100 | 101100 | 1001010 | 0 | 111 | 100001001 | 1010010 | 111010 |
Color Harmonies of #853DEC
Complementary color
Monochromatic Colors of #853DEC
Black with #853DEC
Text Example
Text Example
White with #853DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DEC; }
p { color: rgb(133,61,236); }
H1.HeaderClassName
{
color: #853DEC;
}
.AnyTagClassName
{
color: #853DEC;
}
</style>
background-color css
<style>
a { background-color: #853DEC; }
a { background-color: rgb(133,61,236); }
div.DivClassName
{
background-color: #853DEC;
}
.BgClassName
{
background-color: #853DEC;
}
</style>
border-color css
<style>
span { border-color: #853DEC; }
span { border-color: rgb(133,61,236); }
td.TdClassName
{
border-color: #853DEC;
}
.TagClassName
{
border-color: #853DEC;
}
</style>