Shades of Blue Violet #852EDF
Tints of Blue Violet #852EDF
RGB
CMYK
RGB Variations
Color information
#852EDF (or 0x852EDF) is known color: Blue Violet. HEX triplet: 85, 2E and DF. RGB value is (133,46,223). Sum of RGB (Red+Green+Blue) = 133+46+223=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #852EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EDF is #7AD120. Grayscale: #5B5B5B. Windows color (decimal): -8048929 or 14626437. OLE color: 14626437.
HSL color Cylindrical-coordinate representation of color #852EDF: hue angle of 269.49º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852EDF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 46 | 223 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.13 |
| HSL | 269.49º | 0.73% | 0.53% | - |
| HSV(B) | 269.49º | 0.79% | 0.87% | - |
| XYZ | 23.97 | 12.27 | 70.92 | - |
| YUV | 92.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 223 | 0.40 | 0.79 | 0 | 0.13 | 269.49 | 0.73 | 0.53 |
| Hex | 85 | 2E | DF | 28 | 4F | 0 | D | 10D | 49 | 35 |
| Octal | 205 | 56 | 337 | 50 | 117 | 0 | 15 | 415 | 111 | 65 |
| Binary | 10000101 | 101110 | 11011111 | 101000 | 1001111 | 0 | 1101 | 100001101 | 1001001 | 110101 |
Color Harmonies of #852EDF
Complementary color
Monochromatic Colors of #852EDF
Black with #852EDF
Text Example
Text Example
White with #852EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852EDF; }
p { color: rgb(133,46,223); }
H1.HeaderClassName
{
color: #852EDF;
}
.AnyTagClassName
{
color: #852EDF;
}
</style>
background-color css
<style>
a { background-color: #852EDF; }
a { background-color: rgb(133,46,223); }
div.DivClassName
{
background-color: #852EDF;
}
.BgClassName
{
background-color: #852EDF;
}
</style>
border-color css
<style>
span { border-color: #852EDF; }
span { border-color: rgb(133,46,223); }
td.TdClassName
{
border-color: #852EDF;
}
.TagClassName
{
border-color: #852EDF;
}
</style>