Shades of Blue Violet #852FEB
Tints of Blue Violet #852FEB
RGB
CMYK
RGB Variations
Color information
#852FEB (or 0x852FEB) is known color: Blue Violet. HEX triplet: 85, 2F and EB. RGB value is (133,47,235). Sum of RGB (Red+Green+Blue) = 133+47+235=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #852FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FEB is #7AD014. Grayscale: #5D5D5D. Windows color (decimal): -8048661 or 15413125. OLE color: 15413125.
HSL color Cylindrical-coordinate representation of color #852FEB: hue angle of 267.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852FEB is Cyan = 0.43, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 47 | 235 | - |
| CMYK | 0.43 | 0.8 | 0 | 0.08 |
| HSL | 267.45º | 0.82% | 0.55% | - |
| HSV(B) | 267.45º | 0.8% | 0.92% | - |
| XYZ | 25.68 | 13.02 | 79.76 | - |
| YUV | 94.15 | 207.49 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 47 | 235 | 0.43 | 0.8 | 0 | 0.08 | 267.45 | 0.82 | 0.55 |
| Hex | 85 | 2F | EB | 2B | 50 | 0 | 8 | 10B | 52 | 37 |
| Octal | 205 | 57 | 353 | 53 | 120 | 0 | 10 | 413 | 122 | 67 |
| Binary | 10000101 | 101111 | 11101011 | 101011 | 1010000 | 0 | 1000 | 100001011 | 1010010 | 110111 |
Color Harmonies of #852FEB
Complementary color
Monochromatic Colors of #852FEB
Black with #852FEB
Text Example
Text Example
White with #852FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852FEB; }
p { color: rgb(133,47,235); }
H1.HeaderClassName
{
color: #852FEB;
}
.AnyTagClassName
{
color: #852FEB;
}
</style>
background-color css
<style>
a { background-color: #852FEB; }
a { background-color: rgb(133,47,235); }
div.DivClassName
{
background-color: #852FEB;
}
.BgClassName
{
background-color: #852FEB;
}
</style>
border-color css
<style>
span { border-color: #852FEB; }
span { border-color: rgb(133,47,235); }
td.TdClassName
{
border-color: #852FEB;
}
.TagClassName
{
border-color: #852FEB;
}
</style>