Shades of Blue Violet #852DCF
Tints of Blue Violet #852DCF
RGB
CMYK
RGB Variations
Color information
#852DCF (or 0x852DCF) is known color: Blue Violet. HEX triplet: 85, 2D and CF. RGB value is (133,45,207). Sum of RGB (Red+Green+Blue) = 133+45+207=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #852DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DCF is #7AD230. Grayscale: #595959. Windows color (decimal): -8049201 or 13577605. OLE color: 13577605.
HSL color Cylindrical-coordinate representation of color #852DCF: hue angle of 272.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852DCF is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 45 | 207 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.19 |
| HSL | 272.59º | 0.64% | 0.49% | - |
| HSV(B) | 272.59º | 0.78% | 0.81% | - |
| XYZ | 21.87 | 11.37 | 60.07 | - |
| YUV | 89.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 207 | 0.36 | 0.78 | 0 | 0.19 | 272.59 | 0.64 | 0.49 |
| Hex | 85 | 2D | CF | 24 | 4E | 0 | 13 | 111 | 40 | 31 |
| Octal | 205 | 55 | 317 | 44 | 116 | 0 | 23 | 421 | 100 | 61 |
| Binary | 10000101 | 101101 | 11001111 | 100100 | 1001110 | 0 | 10011 | 100010001 | 1000000 | 110001 |
Color Harmonies of #852DCF
Complementary color
Monochromatic Colors of #852DCF
Black with #852DCF
Text Example
Text Example
White with #852DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DCF; }
p { color: rgb(133,45,207); }
H1.HeaderClassName
{
color: #852DCF;
}
.AnyTagClassName
{
color: #852DCF;
}
</style>
background-color css
<style>
a { background-color: #852DCF; }
a { background-color: rgb(133,45,207); }
div.DivClassName
{
background-color: #852DCF;
}
.BgClassName
{
background-color: #852DCF;
}
</style>
border-color css
<style>
span { border-color: #852DCF; }
span { border-color: rgb(133,45,207); }
td.TdClassName
{
border-color: #852DCF;
}
.TagClassName
{
border-color: #852DCF;
}
</style>