Shades of Blue Violet #852ADA
Tints of Blue Violet #852ADA
RGB
CMYK
RGB Variations
Color information
#852ADA (or 0x852ADA) is known color: Blue Violet. HEX triplet: 85, 2A and DA. RGB value is (133,42,218). Sum of RGB (Red+Green+Blue) = 133+42+218=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #852ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADA is #7AD525. Grayscale: #585858. Windows color (decimal): -8049958 or 14297733. OLE color: 14297733.
HSL color Cylindrical-coordinate representation of color #852ADA: hue angle of 271.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852ADA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 42 | 218 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.15 |
| HSL | 271.02º | 0.7% | 0.51% | - |
| HSV(B) | 271.02º | 0.81% | 0.85% | - |
| XYZ | 23.16 | 11.7 | 67.37 | - |
| YUV | 89.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 218 | 0.39 | 0.81 | 0 | 0.15 | 271.02 | 0.7 | 0.51 |
| Hex | 85 | 2A | DA | 27 | 51 | 0 | F | 10F | 46 | 33 |
| Octal | 205 | 52 | 332 | 47 | 121 | 0 | 17 | 417 | 106 | 63 |
| Binary | 10000101 | 101010 | 11011010 | 100111 | 1010001 | 0 | 1111 | 100001111 | 1000110 | 110011 |
Color Harmonies of #852ADA
Complementary color
Monochromatic Colors of #852ADA
Black with #852ADA
Text Example
Text Example
White with #852ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ADA; }
p { color: rgb(133,42,218); }
H1.HeaderClassName
{
color: #852ADA;
}
.AnyTagClassName
{
color: #852ADA;
}
</style>
background-color css
<style>
a { background-color: #852ADA; }
a { background-color: rgb(133,42,218); }
div.DivClassName
{
background-color: #852ADA;
}
.BgClassName
{
background-color: #852ADA;
}
</style>
border-color css
<style>
span { border-color: #852ADA; }
span { border-color: rgb(133,42,218); }
td.TdClassName
{
border-color: #852ADA;
}
.TagClassName
{
border-color: #852ADA;
}
</style>