Shades of Blue Violet #852BE8
Tints of Blue Violet #852BE8
RGB
CMYK
RGB Variations
Color information
#852BE8 (or 0x852BE8) is known color: Blue Violet. HEX triplet: 85, 2B and E8. RGB value is (133,43,232). Sum of RGB (Red+Green+Blue) = 133+43+232=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 232 (91.02% from 255 or 56.86% from 408); Max value from RGB is 232 - color contains mainly: blue. Hex color #852BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BE8 is #7AD417. Grayscale: #5A5A5A. Windows color (decimal): -8049688 or 15215493. OLE color: 15215493.
HSL color Cylindrical-coordinate representation of color #852BE8: hue angle of 268.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852BE8 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 43 | 232 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.09 |
| HSL | 268.57º | 0.8% | 0.54% | - |
| HSV(B) | 268.57º | 0.81% | 0.91% | - |
| XYZ | 25.1 | 12.54 | 77.44 | - |
| YUV | 91.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 232 | 0.43 | 0.81 | 0 | 0.09 | 268.57 | 0.8 | 0.54 |
| Hex | 85 | 2B | E8 | 2B | 51 | 0 | 9 | 10D | 50 | 36 |
| Octal | 205 | 53 | 350 | 53 | 121 | 0 | 11 | 415 | 120 | 66 |
| Binary | 10000101 | 101011 | 11101000 | 101011 | 1010001 | 0 | 1001 | 100001101 | 1010000 | 110110 |
Color Harmonies of #852BE8
Complementary color
Monochromatic Colors of #852BE8
Black with #852BE8
Text Example
Text Example
White with #852BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BE8; }
p { color: rgb(133,43,232); }
H1.HeaderClassName
{
color: #852BE8;
}
.AnyTagClassName
{
color: #852BE8;
}
</style>
background-color css
<style>
a { background-color: #852BE8; }
a { background-color: rgb(133,43,232); }
div.DivClassName
{
background-color: #852BE8;
}
.BgClassName
{
background-color: #852BE8;
}
</style>
border-color css
<style>
span { border-color: #852BE8; }
span { border-color: rgb(133,43,232); }
td.TdClassName
{
border-color: #852BE8;
}
.TagClassName
{
border-color: #852BE8;
}
</style>