Shades of Blue Violet #852BDB
Tints of Blue Violet #852BDB
RGB
CMYK
RGB Variations
Color information
#852BDB (or 0x852BDB) is known color: Blue Violet. HEX triplet: 85, 2B and DB. RGB value is (133,43,219). Sum of RGB (Red+Green+Blue) = 133+43+219=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #852BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BDB is #7AD424. Grayscale: #595959. Windows color (decimal): -8049701 or 14363525. OLE color: 14363525.
HSL color Cylindrical-coordinate representation of color #852BDB: hue angle of 270.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852BDB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 43 | 219 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.14 |
| HSL | 270.68º | 0.71% | 0.51% | - |
| HSV(B) | 270.68º | 0.8% | 0.86% | - |
| XYZ | 23.32 | 11.83 | 68.07 | - |
| YUV | 89.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 219 | 0.39 | 0.80 | 0 | 0.14 | 270.68 | 0.71 | 0.51 |
| Hex | 85 | 2B | DB | 27 | 50 | 0 | E | 10F | 47 | 33 |
| Octal | 205 | 53 | 333 | 47 | 120 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000101 | 101011 | 11011011 | 100111 | 1010000 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #852BDB
Complementary color
Monochromatic Colors of #852BDB
Black with #852BDB
Text Example
Text Example
White with #852BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BDB; }
p { color: rgb(133,43,219); }
H1.HeaderClassName
{
color: #852BDB;
}
.AnyTagClassName
{
color: #852BDB;
}
</style>
background-color css
<style>
a { background-color: #852BDB; }
a { background-color: rgb(133,43,219); }
div.DivClassName
{
background-color: #852BDB;
}
.BgClassName
{
background-color: #852BDB;
}
</style>
border-color css
<style>
span { border-color: #852BDB; }
span { border-color: rgb(133,43,219); }
td.TdClassName
{
border-color: #852BDB;
}
.TagClassName
{
border-color: #852BDB;
}
</style>