Shades of Blue Violet #852CE4
Tints of Blue Violet #852CE4
RGB
CMYK
RGB Variations
Color information
#852CE4 (or 0x852CE4) is known color: Blue Violet. HEX triplet: 85, 2C and E4. RGB value is (133,44,228). Sum of RGB (Red+Green+Blue) = 133+44+228=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #852CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CE4 is #7AD31B. Grayscale: #5A5A5A. Windows color (decimal): -8049436 or 14953605. OLE color: 14953605.
HSL color Cylindrical-coordinate representation of color #852CE4: hue angle of 269.02º 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 #852CE4 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 44 | 228 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.11 |
| HSL | 269.02º | 0.77% | 0.53% | - |
| HSV(B) | 269.02º | 0.81% | 0.89% | - |
| XYZ | 24.58 | 12.39 | 74.49 | - |
| YUV | 91.59 | 204.99 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 228 | 0.42 | 0.81 | 0 | 0.11 | 269.02 | 0.77 | 0.53 |
| Hex | 85 | 2C | E4 | 2A | 51 | 0 | B | 10D | 4D | 35 |
| Octal | 205 | 54 | 344 | 52 | 121 | 0 | 13 | 415 | 115 | 65 |
| Binary | 10000101 | 101100 | 11100100 | 101010 | 1010001 | 0 | 1011 | 100001101 | 1001101 | 110101 |
Color Harmonies of #852CE4
Complementary color
Monochromatic Colors of #852CE4
Black with #852CE4
Text Example
Text Example
White with #852CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CE4; }
p { color: rgb(133,44,228); }
H1.HeaderClassName
{
color: #852CE4;
}
.AnyTagClassName
{
color: #852CE4;
}
</style>
background-color css
<style>
a { background-color: #852CE4; }
a { background-color: rgb(133,44,228); }
div.DivClassName
{
background-color: #852CE4;
}
.BgClassName
{
background-color: #852CE4;
}
</style>
border-color css
<style>
span { border-color: #852CE4; }
span { border-color: rgb(133,44,228); }
td.TdClassName
{
border-color: #852CE4;
}
.TagClassName
{
border-color: #852CE4;
}
</style>