Shades of Blue Violet #851CEF
Tints of Blue Violet #851CEF
RGB
CMYK
RGB Variations
Color information
#851CEF (or 0x851CEF) is known color: Blue Violet. HEX triplet: 85, 1C and EF. RGB value is (133,28,239). Sum of RGB (Red+Green+Blue) = 133+28+239=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #851CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CEF is #7AE310. Grayscale: #525252. Windows color (decimal): -8053521 or 15670405. OLE color: 15670405.
HSL color Cylindrical-coordinate representation of color #851CEF: hue angle of 269.86º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851CEF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 28 | 239 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.06 |
| HSL | 269.86º | 0.87% | 0.52% | - |
| HSV(B) | 269.86º | 0.88% | 0.94% | - |
| XYZ | 25.67 | 12.05 | 82.63 | - |
| YUV | 83.45 | 215.79 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 239 | 0.44 | 0.88 | 0 | 0.06 | 269.86 | 0.87 | 0.52 |
| Hex | 85 | 1C | EF | 2C | 58 | 0 | 6 | 10E | 57 | 34 |
| Octal | 205 | 34 | 357 | 54 | 130 | 0 | 6 | 416 | 127 | 64 |
| Binary | 10000101 | 11100 | 11101111 | 101100 | 1011000 | 0 | 110 | 100001110 | 1010111 | 110100 |
Color Harmonies of #851CEF
Complementary color
Monochromatic Colors of #851CEF
Black with #851CEF
Text Example
Text Example
White with #851CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CEF; }
p { color: rgb(133,28,239); }
H1.HeaderClassName
{
color: #851CEF;
}
.AnyTagClassName
{
color: #851CEF;
}
</style>
background-color css
<style>
a { background-color: #851CEF; }
a { background-color: rgb(133,28,239); }
div.DivClassName
{
background-color: #851CEF;
}
.BgClassName
{
background-color: #851CEF;
}
</style>
border-color css
<style>
span { border-color: #851CEF; }
span { border-color: rgb(133,28,239); }
td.TdClassName
{
border-color: #851CEF;
}
.TagClassName
{
border-color: #851CEF;
}
</style>