Shades of Blue Violet #852ACE
Tints of Blue Violet #852ACE
RGB
CMYK
RGB Variations
Color information
#852ACE (or 0x852ACE) is known color: Blue Violet. HEX triplet: 85, 2A and CE. RGB value is (133,42,206). Sum of RGB (Red+Green+Blue) = 133+42+206=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #852ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ACE is #7AD531. Grayscale: #575757. Windows color (decimal): -8049970 or 13511301. OLE color: 13511301.
HSL color Cylindrical-coordinate representation of color #852ACE: hue angle of 273.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852ACE is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 42 | 206 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.19 |
| HSL | 273.29º | 0.66% | 0.49% | - |
| HSV(B) | 273.29º | 0.8% | 0.81% | - |
| XYZ | 21.64 | 11.1 | 59.39 | - |
| YUV | 87.91 | 194.65 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 206 | 0.35 | 0.80 | 0 | 0.19 | 273.29 | 0.66 | 0.49 |
| Hex | 85 | 2A | CE | 23 | 50 | 0 | 13 | 111 | 42 | 31 |
| Octal | 205 | 52 | 316 | 43 | 120 | 0 | 23 | 421 | 102 | 61 |
| Binary | 10000101 | 101010 | 11001110 | 100011 | 1010000 | 0 | 10011 | 100010001 | 1000010 | 110001 |
Color Harmonies of #852ACE
Complementary color
Monochromatic Colors of #852ACE
Black with #852ACE
Text Example
Text Example
White with #852ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ACE; }
p { color: rgb(133,42,206); }
H1.HeaderClassName
{
color: #852ACE;
}
.AnyTagClassName
{
color: #852ACE;
}
</style>
background-color css
<style>
a { background-color: #852ACE; }
a { background-color: rgb(133,42,206); }
div.DivClassName
{
background-color: #852ACE;
}
.BgClassName
{
background-color: #852ACE;
}
</style>
border-color css
<style>
span { border-color: #852ACE; }
span { border-color: rgb(133,42,206); }
td.TdClassName
{
border-color: #852ACE;
}
.TagClassName
{
border-color: #852ACE;
}
</style>