Shades of Blue Violet #852EEB
Tints of Blue Violet #852EEB
RGB
CMYK
RGB Variations
Color information
#852EEB (or 0x852EEB) is known color: Blue Violet. HEX triplet: 85, 2E and EB. RGB value is (133,46,235). Sum of RGB (Red+Green+Blue) = 133+46+235=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #852EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EEB is #7AD114. Grayscale: #5C5C5C. Windows color (decimal): -8048917 or 15412869. OLE color: 15412869.
HSL color Cylindrical-coordinate representation of color #852EEB: hue angle of 267.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852EEB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 46 | 235 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.08 |
| HSL | 267.62º | 0.83% | 0.55% | - |
| HSV(B) | 267.62º | 0.8% | 0.92% | - |
| XYZ | 25.65 | 12.94 | 79.74 | - |
| YUV | 93.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 235 | 0.43 | 0.80 | 0 | 0.08 | 267.62 | 0.83 | 0.55 |
| Hex | 85 | 2E | EB | 2B | 50 | 0 | 8 | 10C | 53 | 37 |
| Octal | 205 | 56 | 353 | 53 | 120 | 0 | 10 | 414 | 123 | 67 |
| Binary | 10000101 | 101110 | 11101011 | 101011 | 1010000 | 0 | 1000 | 100001100 | 1010011 | 110111 |
Color Harmonies of #852EEB
Complementary color
Monochromatic Colors of #852EEB
Black with #852EEB
Text Example
Text Example
White with #852EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EEB; }
p { color: rgb(133,46,235); }
H1.HeaderClassName
{
color: #852EEB;
}
.AnyTagClassName
{
color: #852EEB;
}
</style>
background-color css
<style>
a { background-color: #852EEB; }
a { background-color: rgb(133,46,235); }
div.DivClassName
{
background-color: #852EEB;
}
.BgClassName
{
background-color: #852EEB;
}
</style>
border-color css
<style>
span { border-color: #852EEB; }
span { border-color: rgb(133,46,235); }
td.TdClassName
{
border-color: #852EEB;
}
.TagClassName
{
border-color: #852EEB;
}
</style>