Shades of Blue Violet #852DDB
Tints of Blue Violet #852DDB
RGB
CMYK
RGB Variations
Color information
#852DDB (or 0x852DDB) is known color: Blue Violet. HEX triplet: 85, 2D and DB. RGB value is (133,45,219). Sum of RGB (Red+Green+Blue) = 133+45+219=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #852DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DDB is #7AD224. Grayscale: #5A5A5A. Windows color (decimal): -8049189 or 14364037. OLE color: 14364037.
HSL color Cylindrical-coordinate representation of color #852DDB: hue angle of 270.34º 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 #852DDB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 45 | 219 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.14 |
| HSL | 270.34º | 0.71% | 0.52% | - |
| HSV(B) | 270.34º | 0.79% | 0.86% | - |
| XYZ | 23.4 | 11.98 | 68.1 | - |
| YUV | 91.15 | 200.15 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 219 | 0.39 | 0.79 | 0 | 0.14 | 270.34 | 0.71 | 0.52 |
| Hex | 85 | 2D | DB | 27 | 4F | 0 | E | 10E | 47 | 34 |
| Octal | 205 | 55 | 333 | 47 | 117 | 0 | 16 | 416 | 107 | 64 |
| Binary | 10000101 | 101101 | 11011011 | 100111 | 1001111 | 0 | 1110 | 100001110 | 1000111 | 110100 |
Color Harmonies of #852DDB
Complementary color
Monochromatic Colors of #852DDB
Black with #852DDB
Text Example
Text Example
White with #852DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DDB; }
p { color: rgb(133,45,219); }
H1.HeaderClassName
{
color: #852DDB;
}
.AnyTagClassName
{
color: #852DDB;
}
</style>
background-color css
<style>
a { background-color: #852DDB; }
a { background-color: rgb(133,45,219); }
div.DivClassName
{
background-color: #852DDB;
}
.BgClassName
{
background-color: #852DDB;
}
</style>
border-color css
<style>
span { border-color: #852DDB; }
span { border-color: rgb(133,45,219); }
td.TdClassName
{
border-color: #852DDB;
}
.TagClassName
{
border-color: #852DDB;
}
</style>