Shades of Blue Violet #852AE5
Tints of Blue Violet #852AE5
RGB
CMYK
RGB Variations
Color information
#852AE5 (or 0x852AE5) is known color: Blue Violet. HEX triplet: 85, 2A and E5. RGB value is (133,42,229). Sum of RGB (Red+Green+Blue) = 133+42+229=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #852AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852AE5 is #7AD51A. Grayscale: #595959. Windows color (decimal): -8049947 or 15018629. OLE color: 15018629.
HSL color Cylindrical-coordinate representation of color #852AE5: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852AE5 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 42 | 229 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.10 |
| HSL | 269.2º | 0.78% | 0.53% | - |
| HSV(B) | 269.2º | 0.82% | 0.9% | - |
| XYZ | 24.64 | 12.3 | 75.2 | - |
| YUV | 90.53 | 206.15 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 229 | 0.42 | 0.82 | 0 | 0.10 | 269.2 | 0.78 | 0.53 |
| Hex | 85 | 2A | E5 | 2A | 52 | 0 | A | 10D | 4E | 35 |
| Octal | 205 | 52 | 345 | 52 | 122 | 0 | 12 | 415 | 116 | 65 |
| Binary | 10000101 | 101010 | 11100101 | 101010 | 1010010 | 0 | 1010 | 100001101 | 1001110 | 110101 |
Color Harmonies of #852AE5
Complementary color
Monochromatic Colors of #852AE5
Black with #852AE5
Text Example
Text Example
White with #852AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AE5; }
p { color: rgb(133,42,229); }
H1.HeaderClassName
{
color: #852AE5;
}
.AnyTagClassName
{
color: #852AE5;
}
</style>
background-color css
<style>
a { background-color: #852AE5; }
a { background-color: rgb(133,42,229); }
div.DivClassName
{
background-color: #852AE5;
}
.BgClassName
{
background-color: #852AE5;
}
</style>
border-color css
<style>
span { border-color: #852AE5; }
span { border-color: rgb(133,42,229); }
td.TdClassName
{
border-color: #852AE5;
}
.TagClassName
{
border-color: #852AE5;
}
</style>