Shades of Blue Violet #852CDB
Tints of Blue Violet #852CDB
RGB
CMYK
RGB Variations
Color information
#852CDB (or 0x852CDB) is known color: Blue Violet. HEX triplet: 85, 2C and DB. RGB value is (133,44,219). Sum of RGB (Red+Green+Blue) = 133+44+219=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #852CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CDB is #7AD324. Grayscale: #595959. Windows color (decimal): -8049445 or 14363781. OLE color: 14363781.
HSL color Cylindrical-coordinate representation of color #852CDB: hue angle of 270.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852CDB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 44 | 219 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.14 |
| HSL | 270.51º | 0.71% | 0.52% | - |
| HSV(B) | 270.51º | 0.8% | 0.86% | - |
| XYZ | 23.36 | 11.9 | 68.08 | - |
| YUV | 90.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 219 | 0.39 | 0.80 | 0 | 0.14 | 270.51 | 0.71 | 0.52 |
| Hex | 85 | 2C | DB | 27 | 50 | 0 | E | 10F | 47 | 34 |
| Octal | 205 | 54 | 333 | 47 | 120 | 0 | 16 | 417 | 107 | 64 |
| Binary | 10000101 | 101100 | 11011011 | 100111 | 1010000 | 0 | 1110 | 100001111 | 1000111 | 110100 |
Color Harmonies of #852CDB
Complementary color
Monochromatic Colors of #852CDB
Black with #852CDB
Text Example
Text Example
White with #852CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CDB; }
p { color: rgb(133,44,219); }
H1.HeaderClassName
{
color: #852CDB;
}
.AnyTagClassName
{
color: #852CDB;
}
</style>
background-color css
<style>
a { background-color: #852CDB; }
a { background-color: rgb(133,44,219); }
div.DivClassName
{
background-color: #852CDB;
}
.BgClassName
{
background-color: #852CDB;
}
</style>
border-color css
<style>
span { border-color: #852CDB; }
span { border-color: rgb(133,44,219); }
td.TdClassName
{
border-color: #852CDB;
}
.TagClassName
{
border-color: #852CDB;
}
</style>