Shades of Blue Violet #853BF3
Tints of Blue Violet #853BF3
RGB
CMYK
RGB Variations
Color information
#853BF3 (or 0x853BF3) is known color: Blue Violet. HEX triplet: 85, 3B and F3. RGB value is (133,59,243). Sum of RGB (Red+Green+Blue) = 133+59+243=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #853BF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BF3 is #7AC40C. Grayscale: #656565. Windows color (decimal): -8045581 or 15940485. OLE color: 15940485.
HSL color Cylindrical-coordinate representation of color #853BF3: hue angle of 264.13º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853BF3 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 59 | 243 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.05 |
| HSL | 264.13º | 0.88% | 0.59% | - |
| HSV(B) | 264.13º | 0.76% | 0.95% | - |
| XYZ | 27.41 | 14.59 | 86.16 | - |
| YUV | 102.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 243 | 0.45 | 0.76 | 0 | 0.05 | 264.13 | 0.88 | 0.59 |
| Hex | 85 | 3B | F3 | 2D | 4C | 0 | 5 | 108 | 58 | 3B |
| Octal | 205 | 73 | 363 | 55 | 114 | 0 | 5 | 410 | 130 | 73 |
| Binary | 10000101 | 111011 | 11110011 | 101101 | 1001100 | 0 | 101 | 100001000 | 1011000 | 111011 |
Color Harmonies of #853BF3
Complementary color
Monochromatic Colors of #853BF3
Black with #853BF3
Text Example
Text Example
White with #853BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BF3; }
p { color: rgb(133,59,243); }
H1.HeaderClassName
{
color: #853BF3;
}
.AnyTagClassName
{
color: #853BF3;
}
</style>
background-color css
<style>
a { background-color: #853BF3; }
a { background-color: rgb(133,59,243); }
div.DivClassName
{
background-color: #853BF3;
}
.BgClassName
{
background-color: #853BF3;
}
</style>
border-color css
<style>
span { border-color: #853BF3; }
span { border-color: rgb(133,59,243); }
td.TdClassName
{
border-color: #853BF3;
}
.TagClassName
{
border-color: #853BF3;
}
</style>