Shades of Blue Violet #852BCD
Tints of Blue Violet #852BCD
RGB
CMYK
RGB Variations
Color information
#852BCD (or 0x852BCD) is known color: Blue Violet. HEX triplet: 85, 2B and CD. RGB value is (133,43,205). Sum of RGB (Red+Green+Blue) = 133+43+205=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #852BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BCD is #7AD432. Grayscale: #575757. Windows color (decimal): -8049715 or 13446021. OLE color: 13446021.
HSL color Cylindrical-coordinate representation of color #852BCD: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852BCD is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 43 | 205 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.20 |
| HSL | 273.33º | 0.65% | 0.49% | - |
| HSV(B) | 273.33º | 0.79% | 0.8% | - |
| XYZ | 21.56 | 11.12 | 58.77 | - |
| YUV | 88.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 43 | 205 | 0.35 | 0.79 | 0 | 0.20 | 273.33 | 0.65 | 0.49 |
| Hex | 85 | 2B | CD | 23 | 4F | 0 | 14 | 111 | 41 | 31 |
| Octal | 205 | 53 | 315 | 43 | 117 | 0 | 24 | 421 | 101 | 61 |
| Binary | 10000101 | 101011 | 11001101 | 100011 | 1001111 | 0 | 10100 | 100010001 | 1000001 | 110001 |
Color Harmonies of #852BCD
Complementary color
Monochromatic Colors of #852BCD
Black with #852BCD
Text Example
Text Example
White with #852BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852BCD; }
p { color: rgb(133,43,205); }
H1.HeaderClassName
{
color: #852BCD;
}
.AnyTagClassName
{
color: #852BCD;
}
</style>
background-color css
<style>
a { background-color: #852BCD; }
a { background-color: rgb(133,43,205); }
div.DivClassName
{
background-color: #852BCD;
}
.BgClassName
{
background-color: #852BCD;
}
</style>
border-color css
<style>
span { border-color: #852BCD; }
span { border-color: rgb(133,43,205); }
td.TdClassName
{
border-color: #852BCD;
}
.TagClassName
{
border-color: #852BCD;
}
</style>