Shades of Blue Violet #852EDD
Tints of Blue Violet #852EDD
RGB
CMYK
RGB Variations
Color information
#852EDD (or 0x852EDD) is known color: Blue Violet. HEX triplet: 85, 2E and DD. RGB value is (133,46,221). Sum of RGB (Red+Green+Blue) = 133+46+221=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #852EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EDD is #7AD122. Grayscale: #5B5B5B. Windows color (decimal): -8048931 or 14495365. OLE color: 14495365.
HSL color Cylindrical-coordinate representation of color #852EDD: hue angle of 269.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852EDD is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 46 | 221 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.13 |
| HSL | 269.83º | 0.72% | 0.52% | - |
| HSV(B) | 269.83º | 0.79% | 0.87% | - |
| XYZ | 23.7 | 12.16 | 69.5 | - |
| YUV | 91.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 221 | 0.40 | 0.79 | 0 | 0.13 | 269.83 | 0.72 | 0.52 |
| Hex | 85 | 2E | DD | 28 | 4F | 0 | D | 10E | 48 | 34 |
| Octal | 205 | 56 | 335 | 50 | 117 | 0 | 15 | 416 | 110 | 64 |
| Binary | 10000101 | 101110 | 11011101 | 101000 | 1001111 | 0 | 1101 | 100001110 | 1001000 | 110100 |
Color Harmonies of #852EDD
Complementary color
Monochromatic Colors of #852EDD
Black with #852EDD
Text Example
Text Example
White with #852EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EDD; }
p { color: rgb(133,46,221); }
H1.HeaderClassName
{
color: #852EDD;
}
.AnyTagClassName
{
color: #852EDD;
}
</style>
background-color css
<style>
a { background-color: #852EDD; }
a { background-color: rgb(133,46,221); }
div.DivClassName
{
background-color: #852EDD;
}
.BgClassName
{
background-color: #852EDD;
}
</style>
border-color css
<style>
span { border-color: #852EDD; }
span { border-color: rgb(133,46,221); }
td.TdClassName
{
border-color: #852EDD;
}
.TagClassName
{
border-color: #852EDD;
}
</style>