Shades of Blue Violet #852ED0
Tints of Blue Violet #852ED0
RGB
CMYK
RGB Variations
Color information
#852ED0 (or 0x852ED0) is known color: Blue Violet. HEX triplet: 85, 2E and D0. RGB value is (133,46,208). Sum of RGB (Red+Green+Blue) = 133+46+208=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #852ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ED0 is #7AD12F. Grayscale: #595959. Windows color (decimal): -8048944 or 13643397. OLE color: 13643397.
HSL color Cylindrical-coordinate representation of color #852ED0: hue angle of 272.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ED0 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 46 | 208 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.18 |
| HSL | 272.22º | 0.64% | 0.5% | - |
| HSV(B) | 272.22º | 0.78% | 0.82% | - |
| XYZ | 22.04 | 11.49 | 60.73 | - |
| YUV | 90.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 208 | 0.36 | 0.78 | 0 | 0.18 | 272.22 | 0.64 | 0.5 |
| Hex | 85 | 2E | D0 | 24 | 4E | 0 | 12 | 110 | 40 | 32 |
| Octal | 205 | 56 | 320 | 44 | 116 | 0 | 22 | 420 | 100 | 62 |
| Binary | 10000101 | 101110 | 11010000 | 100100 | 1001110 | 0 | 10010 | 100010000 | 1000000 | 110010 |
Color Harmonies of #852ED0
Complementary color
Monochromatic Colors of #852ED0
Black with #852ED0
Text Example
Text Example
White with #852ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ED0; }
p { color: rgb(133,46,208); }
H1.HeaderClassName
{
color: #852ED0;
}
.AnyTagClassName
{
color: #852ED0;
}
</style>
background-color css
<style>
a { background-color: #852ED0; }
a { background-color: rgb(133,46,208); }
div.DivClassName
{
background-color: #852ED0;
}
.BgClassName
{
background-color: #852ED0;
}
</style>
border-color css
<style>
span { border-color: #852ED0; }
span { border-color: rgb(133,46,208); }
td.TdClassName
{
border-color: #852ED0;
}
.TagClassName
{
border-color: #852ED0;
}
</style>