Shades of Blue Violet #852AEE
Tints of Blue Violet #852AEE
RGB
CMYK
RGB Variations
Color information
#852AEE (or 0x852AEE) is known color: Blue Violet. HEX triplet: 85, 2A and EE. RGB value is (133,42,238). Sum of RGB (Red+Green+Blue) = 133+42+238=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #852AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852AEE is #7AD511. Grayscale: #5A5A5A. Windows color (decimal): -8049938 or 15608453. OLE color: 15608453.
HSL color Cylindrical-coordinate representation of color #852AEE: hue angle of 267.86º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852AEE is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 42 | 238 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.07 |
| HSL | 267.86º | 0.85% | 0.55% | - |
| HSV(B) | 267.86º | 0.82% | 0.93% | - |
| XYZ | 25.93 | 12.82 | 82 | - |
| YUV | 91.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 238 | 0.44 | 0.82 | 0 | 0.07 | 267.86 | 0.85 | 0.55 |
| Hex | 85 | 2A | EE | 2C | 52 | 0 | 7 | 10C | 55 | 37 |
| Octal | 205 | 52 | 356 | 54 | 122 | 0 | 7 | 414 | 125 | 67 |
| Binary | 10000101 | 101010 | 11101110 | 101100 | 1010010 | 0 | 111 | 100001100 | 1010101 | 110111 |
Color Harmonies of #852AEE
Complementary color
Monochromatic Colors of #852AEE
Black with #852AEE
Text Example
Text Example
White with #852AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852AEE; }
p { color: rgb(133,42,238); }
H1.HeaderClassName
{
color: #852AEE;
}
.AnyTagClassName
{
color: #852AEE;
}
</style>
background-color css
<style>
a { background-color: #852AEE; }
a { background-color: rgb(133,42,238); }
div.DivClassName
{
background-color: #852AEE;
}
.BgClassName
{
background-color: #852AEE;
}
</style>
border-color css
<style>
span { border-color: #852AEE; }
span { border-color: rgb(133,42,238); }
td.TdClassName
{
border-color: #852AEE;
}
.TagClassName
{
border-color: #852AEE;
}
</style>