Shades of Blue Violet #852ADD
Tints of Blue Violet #852ADD
RGB
CMYK
RGB Variations
Color information
#852ADD (or 0x852ADD) is known color: Blue Violet. HEX triplet: 85, 2A and DD. RGB value is (133,42,221). Sum of RGB (Red+Green+Blue) = 133+42+221=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #852ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADD is #7AD522. Grayscale: #585858. Windows color (decimal): -8049955 or 14494341. OLE color: 14494341.
HSL color Cylindrical-coordinate representation of color #852ADD: hue angle of 270.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852ADD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 42 | 221 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.13 |
| HSL | 270.5º | 0.72% | 0.52% | - |
| HSV(B) | 270.5º | 0.81% | 0.87% | - |
| XYZ | 23.55 | 11.86 | 69.46 | - |
| YUV | 89.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 221 | 0.40 | 0.81 | 0 | 0.13 | 270.5 | 0.72 | 0.52 |
| Hex | 85 | 2A | DD | 28 | 51 | 0 | D | 10F | 48 | 34 |
| Octal | 205 | 52 | 335 | 50 | 121 | 0 | 15 | 417 | 110 | 64 |
| Binary | 10000101 | 101010 | 11011101 | 101000 | 1010001 | 0 | 1101 | 100001111 | 1001000 | 110100 |
Color Harmonies of #852ADD
Complementary color
Monochromatic Colors of #852ADD
Black with #852ADD
Text Example
Text Example
White with #852ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ADD; }
p { color: rgb(133,42,221); }
H1.HeaderClassName
{
color: #852ADD;
}
.AnyTagClassName
{
color: #852ADD;
}
</style>
background-color css
<style>
a { background-color: #852ADD; }
a { background-color: rgb(133,42,221); }
div.DivClassName
{
background-color: #852ADD;
}
.BgClassName
{
background-color: #852ADD;
}
</style>
border-color css
<style>
span { border-color: #852ADD; }
span { border-color: rgb(133,42,221); }
td.TdClassName
{
border-color: #852ADD;
}
.TagClassName
{
border-color: #852ADD;
}
</style>