Shades of Blue Violet #852ACC
Tints of Blue Violet #852ACC
RGB
CMYK
RGB Variations
Color information
#852ACC (or 0x852ACC) is known color: Blue Violet. HEX triplet: 85, 2A and CC. RGB value is (133,42,204). Sum of RGB (Red+Green+Blue) = 133+42+204=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #852ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ACC is #7AD533. Grayscale: #575757. Windows color (decimal): -8049972 or 13380229. OLE color: 13380229.
HSL color Cylindrical-coordinate representation of color #852ACC: hue angle of 273.7º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852ACC is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 42 | 204 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.2 |
| HSL | 273.7º | 0.66% | 0.48% | - |
| HSV(B) | 273.7º | 0.79% | 0.8% | - |
| XYZ | 21.4 | 11 | 58.12 | - |
| YUV | 87.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 204 | 0.35 | 0.79 | 0 | 0.2 | 273.7 | 0.66 | 0.48 |
| Hex | 85 | 2A | CC | 23 | 4F | 0 | 14 | 112 | 42 | 30 |
| Octal | 205 | 52 | 314 | 43 | 117 | 0 | 24 | 422 | 102 | 60 |
| Binary | 10000101 | 101010 | 11001100 | 100011 | 1001111 | 0 | 10100 | 100010010 | 1000010 | 110000 |
Color Harmonies of #852ACC
Complementary color
Monochromatic Colors of #852ACC
Black with #852ACC
Text Example
Text Example
White with #852ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ACC; }
p { color: rgb(133,42,204); }
H1.HeaderClassName
{
color: #852ACC;
}
.AnyTagClassName
{
color: #852ACC;
}
</style>
background-color css
<style>
a { background-color: #852ACC; }
a { background-color: rgb(133,42,204); }
div.DivClassName
{
background-color: #852ACC;
}
.BgClassName
{
background-color: #852ACC;
}
</style>
border-color css
<style>
span { border-color: #852ACC; }
span { border-color: rgb(133,42,204); }
td.TdClassName
{
border-color: #852ACC;
}
.TagClassName
{
border-color: #852ACC;
}
</style>