Shades of Blue Violet #852AF0
Tints of Blue Violet #852AF0
RGB
CMYK
RGB Variations
Color information
#852AF0 (or 0x852AF0) is known color: Blue Violet. HEX triplet: 85, 2A and F0. RGB value is (133,42,240). Sum of RGB (Red+Green+Blue) = 133+42+240=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #852AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AF0 is #7AD50F. Grayscale: #5B5B5B. Windows color (decimal): -8049936 or 15739525. OLE color: 15739525.
HSL color Cylindrical-coordinate representation of color #852AF0: hue angle of 267.58º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852AF0 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 42 | 240 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.06 |
| HSL | 267.58º | 0.87% | 0.55% | - |
| HSV(B) | 267.58º | 0.83% | 0.94% | - |
| XYZ | 26.23 | 12.93 | 83.55 | - |
| YUV | 91.78 | 211.65 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 240 | 0.45 | 0.82 | 0 | 0.06 | 267.58 | 0.87 | 0.55 |
| Hex | 85 | 2A | F0 | 2D | 52 | 0 | 6 | 10C | 57 | 37 |
| Octal | 205 | 52 | 360 | 55 | 122 | 0 | 6 | 414 | 127 | 67 |
| Binary | 10000101 | 101010 | 11110000 | 101101 | 1010010 | 0 | 110 | 100001100 | 1010111 | 110111 |
Color Harmonies of #852AF0
Complementary color
Monochromatic Colors of #852AF0
Black with #852AF0
Text Example
Text Example
White with #852AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AF0; }
p { color: rgb(133,42,240); }
H1.HeaderClassName
{
color: #852AF0;
}
.AnyTagClassName
{
color: #852AF0;
}
</style>
background-color css
<style>
a { background-color: #852AF0; }
a { background-color: rgb(133,42,240); }
div.DivClassName
{
background-color: #852AF0;
}
.BgClassName
{
background-color: #852AF0;
}
</style>
border-color css
<style>
span { border-color: #852AF0; }
span { border-color: rgb(133,42,240); }
td.TdClassName
{
border-color: #852AF0;
}
.TagClassName
{
border-color: #852AF0;
}
</style>