Shades of Blue Violet #852BE9
Tints of Blue Violet #852BE9
RGB
CMYK
RGB Variations
Color information
#852BE9 (or 0x852BE9) is known color: Blue Violet. HEX triplet: 85, 2B and E9. RGB value is (133,43,233). Sum of RGB (Red+Green+Blue) = 133+43+233=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #852BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BE9 is #7AD416. Grayscale: #5A5A5A. Windows color (decimal): -8049687 or 15281029. OLE color: 15281029.
HSL color Cylindrical-coordinate representation of color #852BE9: hue angle of 268.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852BE9 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 43 | 233 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.09 |
| HSL | 268.42º | 0.81% | 0.54% | - |
| HSV(B) | 268.42º | 0.82% | 0.91% | - |
| XYZ | 25.24 | 12.6 | 78.19 | - |
| YUV | 91.57 | 207.82 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 233 | 0.43 | 0.82 | 0 | 0.09 | 268.42 | 0.81 | 0.54 |
| Hex | 85 | 2B | E9 | 2B | 52 | 0 | 9 | 10C | 51 | 36 |
| Octal | 205 | 53 | 351 | 53 | 122 | 0 | 11 | 414 | 121 | 66 |
| Binary | 10000101 | 101011 | 11101001 | 101011 | 1010010 | 0 | 1001 | 100001100 | 1010001 | 110110 |
Color Harmonies of #852BE9
Complementary color
Monochromatic Colors of #852BE9
Black with #852BE9
Text Example
Text Example
White with #852BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BE9; }
p { color: rgb(133,43,233); }
H1.HeaderClassName
{
color: #852BE9;
}
.AnyTagClassName
{
color: #852BE9;
}
</style>
background-color css
<style>
a { background-color: #852BE9; }
a { background-color: rgb(133,43,233); }
div.DivClassName
{
background-color: #852BE9;
}
.BgClassName
{
background-color: #852BE9;
}
</style>
border-color css
<style>
span { border-color: #852BE9; }
span { border-color: rgb(133,43,233); }
td.TdClassName
{
border-color: #852BE9;
}
.TagClassName
{
border-color: #852BE9;
}
</style>