Shades of Blue Violet #852CDC
Tints of Blue Violet #852CDC
RGB
CMYK
RGB Variations
Color information
#852CDC (or 0x852CDC) is known color: Blue Violet. HEX triplet: 85, 2C and DC. RGB value is (133,44,220). Sum of RGB (Red+Green+Blue) = 133+44+220=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #852CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CDC is #7AD323. Grayscale: #5A5A5A. Windows color (decimal): -8049444 or 14429317. OLE color: 14429317.
HSL color Cylindrical-coordinate representation of color #852CDC: hue angle of 270.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852CDC is Cyan = 0.40, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 44 | 220 | - |
| CMYK | 0.40 | 0.8 | 0 | 0.14 |
| HSL | 270.34º | 0.72% | 0.52% | - |
| HSV(B) | 270.34º | 0.8% | 0.86% | - |
| XYZ | 23.49 | 11.96 | 68.78 | - |
| YUV | 90.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 220 | 0.40 | 0.8 | 0 | 0.14 | 270.34 | 0.72 | 0.52 |
| Hex | 85 | 2C | DC | 28 | 50 | 0 | E | 10E | 48 | 34 |
| Octal | 205 | 54 | 334 | 50 | 120 | 0 | 16 | 416 | 110 | 64 |
| Binary | 10000101 | 101100 | 11011100 | 101000 | 1010000 | 0 | 1110 | 100001110 | 1001000 | 110100 |
Color Harmonies of #852CDC
Complementary color
Monochromatic Colors of #852CDC
Black with #852CDC
Text Example
Text Example
White with #852CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CDC; }
p { color: rgb(133,44,220); }
H1.HeaderClassName
{
color: #852CDC;
}
.AnyTagClassName
{
color: #852CDC;
}
</style>
background-color css
<style>
a { background-color: #852CDC; }
a { background-color: rgb(133,44,220); }
div.DivClassName
{
background-color: #852CDC;
}
.BgClassName
{
background-color: #852CDC;
}
</style>
border-color css
<style>
span { border-color: #852CDC; }
span { border-color: rgb(133,44,220); }
td.TdClassName
{
border-color: #852CDC;
}
.TagClassName
{
border-color: #852CDC;
}
</style>