Shades of Blue Violet #852BE4
Tints of Blue Violet #852BE4
RGB
CMYK
RGB Variations
Color information
#852BE4 (or 0x852BE4) is known color: Blue Violet. HEX triplet: 85, 2B and E4. RGB value is (133,43,228). Sum of RGB (Red+Green+Blue) = 133+43+228=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #852BE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BE4 is #7AD41B. Grayscale: #5A5A5A. Windows color (decimal): -8049692 or 14953349. OLE color: 14953349.
HSL color Cylindrical-coordinate representation of color #852BE4: hue angle of 269.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852BE4 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 43 | 228 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.11 |
| HSL | 269.19º | 0.77% | 0.53% | - |
| HSV(B) | 269.19º | 0.81% | 0.89% | - |
| XYZ | 24.54 | 12.32 | 74.48 | - |
| YUV | 91 | 205.32 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 228 | 0.42 | 0.81 | 0 | 0.11 | 269.19 | 0.77 | 0.53 |
| Hex | 85 | 2B | E4 | 2A | 51 | 0 | B | 10D | 4D | 35 |
| Octal | 205 | 53 | 344 | 52 | 121 | 0 | 13 | 415 | 115 | 65 |
| Binary | 10000101 | 101011 | 11100100 | 101010 | 1010001 | 0 | 1011 | 100001101 | 1001101 | 110101 |
Color Harmonies of #852BE4
Complementary color
Monochromatic Colors of #852BE4
Black with #852BE4
Text Example
Text Example
White with #852BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BE4; }
p { color: rgb(133,43,228); }
H1.HeaderClassName
{
color: #852BE4;
}
.AnyTagClassName
{
color: #852BE4;
}
</style>
background-color css
<style>
a { background-color: #852BE4; }
a { background-color: rgb(133,43,228); }
div.DivClassName
{
background-color: #852BE4;
}
.BgClassName
{
background-color: #852BE4;
}
</style>
border-color css
<style>
span { border-color: #852BE4; }
span { border-color: rgb(133,43,228); }
td.TdClassName
{
border-color: #852BE4;
}
.TagClassName
{
border-color: #852BE4;
}
</style>