Shades of Blue Violet #852EDB
Tints of Blue Violet #852EDB
RGB
CMYK
RGB Variations
Color information
#852EDB (or 0x852EDB) is known color: Blue Violet. HEX triplet: 85, 2E and DB. RGB value is (133,46,219). Sum of RGB (Red+Green+Blue) = 133+46+219=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #852EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EDB is #7AD124. Grayscale: #5B5B5B. Windows color (decimal): -8048933 or 14364293. OLE color: 14364293.
HSL color Cylindrical-coordinate representation of color #852EDB: hue angle of 270.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852EDB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 46 | 219 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.14 |
| HSL | 270.17º | 0.71% | 0.52% | - |
| HSV(B) | 270.17º | 0.79% | 0.86% | - |
| XYZ | 23.44 | 12.06 | 68.11 | - |
| YUV | 91.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 219 | 0.39 | 0.79 | 0 | 0.14 | 270.17 | 0.71 | 0.52 |
| Hex | 85 | 2E | DB | 27 | 4F | 0 | E | 10E | 47 | 34 |
| Octal | 205 | 56 | 333 | 47 | 117 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000101 | 101110 | 11011011 | 100111 | 1001111 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #852EDB
Complementary color
Monochromatic Colors of #852EDB
Black with #852EDB
Text Example
Text Example
White with #852EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EDB; }
p { color: rgb(133,46,219); }
H1.HeaderClassName
{
color: #852EDB;
}
.AnyTagClassName
{
color: #852EDB;
}
</style>
background-color css
<style>
a { background-color: #852EDB; }
a { background-color: rgb(133,46,219); }
div.DivClassName
{
background-color: #852EDB;
}
.BgClassName
{
background-color: #852EDB;
}
</style>
border-color css
<style>
span { border-color: #852EDB; }
span { border-color: rgb(133,46,219); }
td.TdClassName
{
border-color: #852EDB;
}
.TagClassName
{
border-color: #852EDB;
}
</style>