Shades of Blue Violet #852DD0
Tints of Blue Violet #852DD0
RGB
CMYK
RGB Variations
Color information
#852DD0 (or 0x852DD0) is known color: Blue Violet. HEX triplet: 85, 2D and D0. RGB value is (133,45,208). Sum of RGB (Red+Green+Blue) = 133+45+208=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #852DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DD0 is #7AD22F. Grayscale: #595959. Windows color (decimal): -8049200 or 13643141. OLE color: 13643141.
HSL color Cylindrical-coordinate representation of color #852DD0: hue angle of 272.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852DD0 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 45 | 208 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.18 |
| HSL | 272.39º | 0.64% | 0.5% | - |
| HSV(B) | 272.39º | 0.78% | 0.82% | - |
| XYZ | 22 | 11.42 | 60.72 | - |
| YUV | 89.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 208 | 0.36 | 0.78 | 0 | 0.18 | 272.39 | 0.64 | 0.5 |
| Hex | 85 | 2D | D0 | 24 | 4E | 0 | 12 | 110 | 40 | 32 |
| Octal | 205 | 55 | 320 | 44 | 116 | 0 | 22 | 420 | 100 | 62 |
| Binary | 10000101 | 101101 | 11010000 | 100100 | 1001110 | 0 | 10010 | 100010000 | 1000000 | 110010 |
Color Harmonies of #852DD0
Complementary color
Monochromatic Colors of #852DD0
Black with #852DD0
Text Example
Text Example
White with #852DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DD0; }
p { color: rgb(133,45,208); }
H1.HeaderClassName
{
color: #852DD0;
}
.AnyTagClassName
{
color: #852DD0;
}
</style>
background-color css
<style>
a { background-color: #852DD0; }
a { background-color: rgb(133,45,208); }
div.DivClassName
{
background-color: #852DD0;
}
.BgClassName
{
background-color: #852DD0;
}
</style>
border-color css
<style>
span { border-color: #852DD0; }
span { border-color: rgb(133,45,208); }
td.TdClassName
{
border-color: #852DD0;
}
.TagClassName
{
border-color: #852DD0;
}
</style>