Shades of Blue Violet #852ADE
Tints of Blue Violet #852ADE
RGB
CMYK
RGB Variations
Color information
#852ADE (or 0x852ADE) is known color: Blue Violet. HEX triplet: 85, 2A and DE. RGB value is (133,42,222). Sum of RGB (Red+Green+Blue) = 133+42+222=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #852ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADE is #7AD521. Grayscale: #595959. Windows color (decimal): -8049954 or 14559877. OLE color: 14559877.
HSL color Cylindrical-coordinate representation of color #852ADE: hue angle of 270.33º degrees, saturation: 0.73, 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 #852ADE is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 42 | 222 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.13 |
| HSL | 270.33º | 0.73% | 0.52% | - |
| HSV(B) | 270.33º | 0.81% | 0.87% | - |
| XYZ | 23.69 | 11.92 | 70.16 | - |
| YUV | 89.73 | 202.65 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 222 | 0.40 | 0.81 | 0 | 0.13 | 270.33 | 0.73 | 0.52 |
| Hex | 85 | 2A | DE | 28 | 51 | 0 | D | 10E | 49 | 34 |
| Octal | 205 | 52 | 336 | 50 | 121 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000101 | 101010 | 11011110 | 101000 | 1010001 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #852ADE
Complementary color
Monochromatic Colors of #852ADE
Black with #852ADE
Text Example
Text Example
White with #852ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ADE; }
p { color: rgb(133,42,222); }
H1.HeaderClassName
{
color: #852ADE;
}
.AnyTagClassName
{
color: #852ADE;
}
</style>
background-color css
<style>
a { background-color: #852ADE; }
a { background-color: rgb(133,42,222); }
div.DivClassName
{
background-color: #852ADE;
}
.BgClassName
{
background-color: #852ADE;
}
</style>
border-color css
<style>
span { border-color: #852ADE; }
span { border-color: rgb(133,42,222); }
td.TdClassName
{
border-color: #852ADE;
}
.TagClassName
{
border-color: #852ADE;
}
</style>