Shades of Blue Violet #852DFB
Tints of Blue Violet #852DFB
RGB
CMYK
RGB Variations
Color information
#852DFB (or 0x852DFB) is known color: Blue Violet. HEX triplet: 85, 2D and FB. RGB value is (133,45,251). Sum of RGB (Red+Green+Blue) = 133+45+251=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #852DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DFB is #7AD204. Grayscale: #5E5E5E. Windows color (decimal): -8049157 or 16461189. OLE color: 16461189.
HSL color Cylindrical-coordinate representation of color #852DFB: hue angle of 265.63º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852DFB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 45 | 251 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.02 |
| HSL | 265.63º | 0.96% | 0.58% | - |
| HSV(B) | 265.63º | 0.82% | 0.98% | - |
| XYZ | 28.02 | 13.83 | 92.46 | - |
| YUV | 94.8 | 216.15 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 251 | 0.47 | 0.82 | 0 | 0.02 | 265.63 | 0.96 | 0.58 |
| Hex | 85 | 2D | FB | 2F | 52 | 0 | 2 | 10A | 60 | 3A |
| Octal | 205 | 55 | 373 | 57 | 122 | 0 | 2 | 412 | 140 | 72 |
| Binary | 10000101 | 101101 | 11111011 | 101111 | 1010010 | 0 | 10 | 100001010 | 1100000 | 111010 |
Color Harmonies of #852DFB
Complementary color
Monochromatic Colors of #852DFB
Black with #852DFB
Text Example
Text Example
White with #852DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DFB; }
p { color: rgb(133,45,251); }
H1.HeaderClassName
{
color: #852DFB;
}
.AnyTagClassName
{
color: #852DFB;
}
</style>
background-color css
<style>
a { background-color: #852DFB; }
a { background-color: rgb(133,45,251); }
div.DivClassName
{
background-color: #852DFB;
}
.BgClassName
{
background-color: #852DFB;
}
</style>
border-color css
<style>
span { border-color: #852DFB; }
span { border-color: rgb(133,45,251); }
td.TdClassName
{
border-color: #852DFB;
}
.TagClassName
{
border-color: #852DFB;
}
</style>