Shades of Blue Violet #852ADB
Tints of Blue Violet #852ADB
RGB
CMYK
RGB Variations
Color information
#852ADB (or 0x852ADB) is known color: Blue Violet. HEX triplet: 85, 2A and DB. RGB value is (133,42,219). Sum of RGB (Red+Green+Blue) = 133+42+219=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #852ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADB is #7AD524. Grayscale: #585858. Windows color (decimal): -8049957 or 14363269. OLE color: 14363269.
HSL color Cylindrical-coordinate representation of color #852ADB: hue angle of 270.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852ADB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 42 | 219 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.14 |
| HSL | 270.85º | 0.71% | 0.51% | - |
| HSV(B) | 270.85º | 0.81% | 0.86% | - |
| XYZ | 23.29 | 11.76 | 68.06 | - |
| YUV | 89.39 | 201.15 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 219 | 0.39 | 0.81 | 0 | 0.14 | 270.85 | 0.71 | 0.51 |
| Hex | 85 | 2A | DB | 27 | 51 | 0 | E | 10F | 47 | 33 |
| Octal | 205 | 52 | 333 | 47 | 121 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000101 | 101010 | 11011011 | 100111 | 1010001 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #852ADB
Complementary color
Monochromatic Colors of #852ADB
Black with #852ADB
Text Example
Text Example
White with #852ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ADB; }
p { color: rgb(133,42,219); }
H1.HeaderClassName
{
color: #852ADB;
}
.AnyTagClassName
{
color: #852ADB;
}
</style>
background-color css
<style>
a { background-color: #852ADB; }
a { background-color: rgb(133,42,219); }
div.DivClassName
{
background-color: #852ADB;
}
.BgClassName
{
background-color: #852ADB;
}
</style>
border-color css
<style>
span { border-color: #852ADB; }
span { border-color: rgb(133,42,219); }
td.TdClassName
{
border-color: #852ADB;
}
.TagClassName
{
border-color: #852ADB;
}
</style>