Shades of Blue Violet #852ECD
Tints of Blue Violet #852ECD
RGB
CMYK
RGB Variations
Color information
#852ECD (or 0x852ECD) is known color: Blue Violet. HEX triplet: 85, 2E and CD. RGB value is (133,46,205). Sum of RGB (Red+Green+Blue) = 133+46+205=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #852ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ECD is #7AD132. Grayscale: #595959. Windows color (decimal): -8048947 or 13446789. OLE color: 13446789.
HSL color Cylindrical-coordinate representation of color #852ECD: hue angle of 272.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ECD is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 46 | 205 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.20 |
| HSL | 272.83º | 0.63% | 0.49% | - |
| HSV(B) | 272.83º | 0.78% | 0.8% | - |
| XYZ | 21.67 | 11.35 | 58.81 | - |
| YUV | 90.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 205 | 0.35 | 0.78 | 0 | 0.20 | 272.83 | 0.63 | 0.49 |
| Hex | 85 | 2E | CD | 23 | 4E | 0 | 14 | 111 | 3F | 31 |
| Octal | 205 | 56 | 315 | 43 | 116 | 0 | 24 | 421 | 77 | 61 |
| Binary | 10000101 | 101110 | 11001101 | 100011 | 1001110 | 0 | 10100 | 100010001 | 111111 | 110001 |
Color Harmonies of #852ECD
Complementary color
Monochromatic Colors of #852ECD
Black with #852ECD
Text Example
Text Example
White with #852ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852ECD; }
p { color: rgb(133,46,205); }
H1.HeaderClassName
{
color: #852ECD;
}
.AnyTagClassName
{
color: #852ECD;
}
</style>
background-color css
<style>
a { background-color: #852ECD; }
a { background-color: rgb(133,46,205); }
div.DivClassName
{
background-color: #852ECD;
}
.BgClassName
{
background-color: #852ECD;
}
</style>
border-color css
<style>
span { border-color: #852ECD; }
span { border-color: rgb(133,46,205); }
td.TdClassName
{
border-color: #852ECD;
}
.TagClassName
{
border-color: #852ECD;
}
</style>