Shades of Blue Violet #852CE2
Tints of Blue Violet #852CE2
RGB
CMYK
RGB Variations
Color information
#852CE2 (or 0x852CE2) is known color: Blue Violet. HEX triplet: 85, 2C and E2. RGB value is (133,44,226). Sum of RGB (Red+Green+Blue) = 133+44+226=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #852CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CE2 is #7AD31D. Grayscale: #5A5A5A. Windows color (decimal): -8049438 or 14822533. OLE color: 14822533.
HSL color Cylindrical-coordinate representation of color #852CE2: hue angle of 269.34º degrees, saturation: 0.76, 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 #852CE2 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 44 | 226 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.11 |
| HSL | 269.34º | 0.76% | 0.53% | - |
| HSV(B) | 269.34º | 0.81% | 0.89% | - |
| XYZ | 24.3 | 12.28 | 73.04 | - |
| YUV | 91.36 | 203.99 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 226 | 0.41 | 0.81 | 0 | 0.11 | 269.34 | 0.76 | 0.53 |
| Hex | 85 | 2C | E2 | 29 | 51 | 0 | B | 10D | 4C | 35 |
| Octal | 205 | 54 | 342 | 51 | 121 | 0 | 13 | 415 | 114 | 65 |
| Binary | 10000101 | 101100 | 11100010 | 101001 | 1010001 | 0 | 1011 | 100001101 | 1001100 | 110101 |
Color Harmonies of #852CE2
Complementary color
Monochromatic Colors of #852CE2
Black with #852CE2
Text Example
Text Example
White with #852CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CE2; }
p { color: rgb(133,44,226); }
H1.HeaderClassName
{
color: #852CE2;
}
.AnyTagClassName
{
color: #852CE2;
}
</style>
background-color css
<style>
a { background-color: #852CE2; }
a { background-color: rgb(133,44,226); }
div.DivClassName
{
background-color: #852CE2;
}
.BgClassName
{
background-color: #852CE2;
}
</style>
border-color css
<style>
span { border-color: #852CE2; }
span { border-color: rgb(133,44,226); }
td.TdClassName
{
border-color: #852CE2;
}
.TagClassName
{
border-color: #852CE2;
}
</style>