Shades of Blue Violet #852ADC
Tints of Blue Violet #852ADC
RGB
CMYK
RGB Variations
Color information
#852ADC (or 0x852ADC) is known color: Blue Violet. HEX triplet: 85, 2A and DC. RGB value is (133,42,220). Sum of RGB (Red+Green+Blue) = 133+42+220=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #852ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ADC is #7AD523. Grayscale: #585858. Windows color (decimal): -8049956 or 14428805. OLE color: 14428805.
HSL color Cylindrical-coordinate representation of color #852ADC: hue angle of 270.67º degrees, saturation: 0.72, 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 #852ADC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 42 | 220 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.14 |
| HSL | 270.67º | 0.72% | 0.51% | - |
| HSV(B) | 270.67º | 0.81% | 0.86% | - |
| XYZ | 23.42 | 11.81 | 68.76 | - |
| YUV | 89.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 220 | 0.40 | 0.81 | 0 | 0.14 | 270.67 | 0.72 | 0.51 |
| Hex | 85 | 2A | DC | 28 | 51 | 0 | E | 10F | 48 | 33 |
| Octal | 205 | 52 | 334 | 50 | 121 | 0 | 16 | 417 | 110 | 63 |
| Binary | 10000101 | 101010 | 11011100 | 101000 | 1010001 | 0 | 1110 | 100001111 | 1001000 | 110011 |
Color Harmonies of #852ADC
Complementary color
Monochromatic Colors of #852ADC
Black with #852ADC
Text Example
Text Example
White with #852ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ADC; }
p { color: rgb(133,42,220); }
H1.HeaderClassName
{
color: #852ADC;
}
.AnyTagClassName
{
color: #852ADC;
}
</style>
background-color css
<style>
a { background-color: #852ADC; }
a { background-color: rgb(133,42,220); }
div.DivClassName
{
background-color: #852ADC;
}
.BgClassName
{
background-color: #852ADC;
}
</style>
border-color css
<style>
span { border-color: #852ADC; }
span { border-color: rgb(133,42,220); }
td.TdClassName
{
border-color: #852ADC;
}
.TagClassName
{
border-color: #852ADC;
}
</style>