Shades of Blue Violet #853CF2
Tints of Blue Violet #853CF2
RGB
CMYK
RGB Variations
Color information
#853CF2 (or 0x853CF2) is known color: Blue Violet. HEX triplet: 85, 3C and F2. RGB value is (133,60,242). Sum of RGB (Red+Green+Blue) = 133+60+242=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #853CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853CF2 is #7AC30D. Grayscale: #656565. Windows color (decimal): -8045326 or 15875205. OLE color: 15875205.
HSL color Cylindrical-coordinate representation of color #853CF2: hue angle of 264.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853CF2 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 60 | 242 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.05 |
| HSL | 264.07º | 0.88% | 0.59% | - |
| HSV(B) | 264.07º | 0.75% | 0.95% | - |
| XYZ | 27.32 | 14.63 | 85.39 | - |
| YUV | 102.58 | 206.68 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 242 | 0.45 | 0.75 | 0 | 0.05 | 264.07 | 0.88 | 0.59 |
| Hex | 85 | 3C | F2 | 2D | 4B | 0 | 5 | 108 | 58 | 3B |
| Octal | 205 | 74 | 362 | 55 | 113 | 0 | 5 | 410 | 130 | 73 |
| Binary | 10000101 | 111100 | 11110010 | 101101 | 1001011 | 0 | 101 | 100001000 | 1011000 | 111011 |
Color Harmonies of #853CF2
Complementary color
Monochromatic Colors of #853CF2
Black with #853CF2
Text Example
Text Example
White with #853CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CF2; }
p { color: rgb(133,60,242); }
H1.HeaderClassName
{
color: #853CF2;
}
.AnyTagClassName
{
color: #853CF2;
}
</style>
background-color css
<style>
a { background-color: #853CF2; }
a { background-color: rgb(133,60,242); }
div.DivClassName
{
background-color: #853CF2;
}
.BgClassName
{
background-color: #853CF2;
}
</style>
border-color css
<style>
span { border-color: #853CF2; }
span { border-color: rgb(133,60,242); }
td.TdClassName
{
border-color: #853CF2;
}
.TagClassName
{
border-color: #853CF2;
}
</style>