Shades of Blue Violet #852CEF
Tints of Blue Violet #852CEF
RGB
CMYK
RGB Variations
Color information
#852CEF (or 0x852CEF) is known color: Blue Violet. HEX triplet: 85, 2C and EF. RGB value is (133,44,239). Sum of RGB (Red+Green+Blue) = 133+44+239=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #852CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CEF is #7AD310. Grayscale: #5C5C5C. Windows color (decimal): -8049425 or 15674501. OLE color: 15674501.
HSL color Cylindrical-coordinate representation of color #852CEF: hue angle of 267.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852CEF is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 44 | 239 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.06 |
| HSL | 267.38º | 0.86% | 0.55% | - |
| HSV(B) | 267.38º | 0.82% | 0.94% | - |
| XYZ | 26.15 | 13.02 | 82.8 | - |
| YUV | 92.84 | 210.49 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 239 | 0.44 | 0.82 | 0 | 0.06 | 267.38 | 0.86 | 0.55 |
| Hex | 85 | 2C | EF | 2C | 52 | 0 | 6 | 10B | 56 | 37 |
| Octal | 205 | 54 | 357 | 54 | 122 | 0 | 6 | 413 | 126 | 67 |
| Binary | 10000101 | 101100 | 11101111 | 101100 | 1010010 | 0 | 110 | 100001011 | 1010110 | 110111 |
Color Harmonies of #852CEF
Complementary color
Monochromatic Colors of #852CEF
Black with #852CEF
Text Example
Text Example
White with #852CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CEF; }
p { color: rgb(133,44,239); }
H1.HeaderClassName
{
color: #852CEF;
}
.AnyTagClassName
{
color: #852CEF;
}
</style>
background-color css
<style>
a { background-color: #852CEF; }
a { background-color: rgb(133,44,239); }
div.DivClassName
{
background-color: #852CEF;
}
.BgClassName
{
background-color: #852CEF;
}
</style>
border-color css
<style>
span { border-color: #852CEF; }
span { border-color: rgb(133,44,239); }
td.TdClassName
{
border-color: #852CEF;
}
.TagClassName
{
border-color: #852CEF;
}
</style>