Shades of Blue Violet #851CEC
Tints of Blue Violet #851CEC
RGB
CMYK
RGB Variations
Color information
#851CEC (or 0x851CEC) is known color: Blue Violet. HEX triplet: 85, 1C and EC. RGB value is (133,28,236). Sum of RGB (Red+Green+Blue) = 133+28+236=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #851CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CEC is #7AE313. Grayscale: #525252. Windows color (decimal): -8053524 or 15473797. OLE color: 15473797.
HSL color Cylindrical-coordinate representation of color #851CEC: hue angle of 270.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851CEC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 28 | 236 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.07 |
| HSL | 270.29º | 0.85% | 0.52% | - |
| HSV(B) | 270.29º | 0.88% | 0.93% | - |
| XYZ | 25.23 | 11.87 | 80.32 | - |
| YUV | 83.11 | 214.29 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 236 | 0.44 | 0.88 | 0 | 0.07 | 270.29 | 0.85 | 0.52 |
| Hex | 85 | 1C | EC | 2C | 58 | 0 | 7 | 10E | 55 | 34 |
| Octal | 205 | 34 | 354 | 54 | 130 | 0 | 7 | 416 | 125 | 64 |
| Binary | 10000101 | 11100 | 11101100 | 101100 | 1011000 | 0 | 111 | 100001110 | 1010101 | 110100 |
Color Harmonies of #851CEC
Complementary color
Monochromatic Colors of #851CEC
Black with #851CEC
Text Example
Text Example
White with #851CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CEC; }
p { color: rgb(133,28,236); }
H1.HeaderClassName
{
color: #851CEC;
}
.AnyTagClassName
{
color: #851CEC;
}
</style>
background-color css
<style>
a { background-color: #851CEC; }
a { background-color: rgb(133,28,236); }
div.DivClassName
{
background-color: #851CEC;
}
.BgClassName
{
background-color: #851CEC;
}
</style>
border-color css
<style>
span { border-color: #851CEC; }
span { border-color: rgb(133,28,236); }
td.TdClassName
{
border-color: #851CEC;
}
.TagClassName
{
border-color: #851CEC;
}
</style>