Shades of Blue Violet #852DEB
Tints of Blue Violet #852DEB
RGB
CMYK
RGB Variations
Color information
#852DEB (or 0x852DEB) is known color: Blue Violet. HEX triplet: 85, 2D and EB. RGB value is (133,45,235). Sum of RGB (Red+Green+Blue) = 133+45+235=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #852DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DEB is #7AD214. Grayscale: #5C5C5C. Windows color (decimal): -8049173 or 15412613. OLE color: 15412613.
HSL color Cylindrical-coordinate representation of color #852DEB: hue angle of 267.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852DEB is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 45 | 235 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.08 |
| HSL | 267.79º | 0.83% | 0.55% | - |
| HSV(B) | 267.79º | 0.81% | 0.92% | - |
| XYZ | 25.61 | 12.86 | 79.73 | - |
| YUV | 92.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 235 | 0.43 | 0.81 | 0 | 0.08 | 267.79 | 0.83 | 0.55 |
| Hex | 85 | 2D | EB | 2B | 51 | 0 | 8 | 10C | 53 | 37 |
| Octal | 205 | 55 | 353 | 53 | 121 | 0 | 10 | 414 | 123 | 67 |
| Binary | 10000101 | 101101 | 11101011 | 101011 | 1010001 | 0 | 1000 | 100001100 | 1010011 | 110111 |
Color Harmonies of #852DEB
Complementary color
Monochromatic Colors of #852DEB
Black with #852DEB
Text Example
Text Example
White with #852DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DEB; }
p { color: rgb(133,45,235); }
H1.HeaderClassName
{
color: #852DEB;
}
.AnyTagClassName
{
color: #852DEB;
}
</style>
background-color css
<style>
a { background-color: #852DEB; }
a { background-color: rgb(133,45,235); }
div.DivClassName
{
background-color: #852DEB;
}
.BgClassName
{
background-color: #852DEB;
}
</style>
border-color css
<style>
span { border-color: #852DEB; }
span { border-color: rgb(133,45,235); }
td.TdClassName
{
border-color: #852DEB;
}
.TagClassName
{
border-color: #852DEB;
}
</style>