Shades of Blue Violet #852FCD
Tints of Blue Violet #852FCD
RGB
CMYK
RGB Variations
Color information
#852FCD (or 0x852FCD) is known color: Blue Violet. HEX triplet: 85, 2F and CD. RGB value is (133,47,205). Sum of RGB (Red+Green+Blue) = 133+47+205=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #852FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FCD is #7AD032. Grayscale: #5A5A5A. Windows color (decimal): -8048691 or 13447045. OLE color: 13447045.
HSL color Cylindrical-coordinate representation of color #852FCD: hue angle of 272.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852FCD is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 47 | 205 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.20 |
| HSL | 272.66º | 0.63% | 0.49% | - |
| HSV(B) | 272.66º | 0.77% | 0.8% | - |
| XYZ | 21.71 | 11.43 | 58.82 | - |
| YUV | 90.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 205 | 0.35 | 0.77 | 0 | 0.20 | 272.66 | 0.63 | 0.49 |
| Hex | 85 | 2F | CD | 23 | 4D | 0 | 14 | 111 | 3F | 31 |
| Octal | 205 | 57 | 315 | 43 | 115 | 0 | 24 | 421 | 77 | 61 |
| Binary | 10000101 | 101111 | 11001101 | 100011 | 1001101 | 0 | 10100 | 100010001 | 111111 | 110001 |
Color Harmonies of #852FCD
Complementary color
Monochromatic Colors of #852FCD
Black with #852FCD
Text Example
Text Example
White with #852FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FCD; }
p { color: rgb(133,47,205); }
H1.HeaderClassName
{
color: #852FCD;
}
.AnyTagClassName
{
color: #852FCD;
}
</style>
background-color css
<style>
a { background-color: #852FCD; }
a { background-color: rgb(133,47,205); }
div.DivClassName
{
background-color: #852FCD;
}
.BgClassName
{
background-color: #852FCD;
}
</style>
border-color css
<style>
span { border-color: #852FCD; }
span { border-color: rgb(133,47,205); }
td.TdClassName
{
border-color: #852FCD;
}
.TagClassName
{
border-color: #852FCD;
}
</style>