Shades of Blue Violet #852AE0
Tints of Blue Violet #852AE0
RGB
CMYK
RGB Variations
Color information
#852AE0 (or 0x852AE0) is known color: Blue Violet. HEX triplet: 85, 2A and E0. RGB value is (133,42,224). Sum of RGB (Red+Green+Blue) = 133+42+224=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #852AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AE0 is #7AD51F. Grayscale: #595959. Windows color (decimal): -8049952 or 14690949. OLE color: 14690949.
HSL color Cylindrical-coordinate representation of color #852AE0: hue angle of 270º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852AE0 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 42 | 224 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.12 |
| HSL | 270º | 0.75% | 0.52% | - |
| HSV(B) | 270º | 0.81% | 0.88% | - |
| XYZ | 23.96 | 12.02 | 71.58 | - |
| YUV | 89.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 224 | 0.41 | 0.81 | 0 | 0.12 | 270 | 0.75 | 0.52 |
| Hex | 85 | 2A | E0 | 29 | 51 | 0 | C | 10E | 4B | 34 |
| Octal | 205 | 52 | 340 | 51 | 121 | 0 | 14 | 416 | 113 | 64 |
| Binary | 10000101 | 101010 | 11100000 | 101001 | 1010001 | 0 | 1100 | 100001110 | 1001011 | 110100 |
Color Harmonies of #852AE0
Complementary color
Monochromatic Colors of #852AE0
Black with #852AE0
Text Example
Text Example
White with #852AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AE0; }
p { color: rgb(133,42,224); }
H1.HeaderClassName
{
color: #852AE0;
}
.AnyTagClassName
{
color: #852AE0;
}
</style>
background-color css
<style>
a { background-color: #852AE0; }
a { background-color: rgb(133,42,224); }
div.DivClassName
{
background-color: #852AE0;
}
.BgClassName
{
background-color: #852AE0;
}
</style>
border-color css
<style>
span { border-color: #852AE0; }
span { border-color: rgb(133,42,224); }
td.TdClassName
{
border-color: #852AE0;
}
.TagClassName
{
border-color: #852AE0;
}
</style>