Shades of Blue Violet #851EEF
Tints of Blue Violet #851EEF
RGB
CMYK
RGB Variations
Color information
#851EEF (or 0x851EEF) is known color: Blue Violet. HEX triplet: 85, 1E and EF. RGB value is (133,30,239). Sum of RGB (Red+Green+Blue) = 133+30+239=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #851EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EEF is #7AE110. Grayscale: #535353. Windows color (decimal): -8053009 or 15670917. OLE color: 15670917.
HSL color Cylindrical-coordinate representation of color #851EEF: hue angle of 269.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851EEF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 30 | 239 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.06 |
| HSL | 269.57º | 0.87% | 0.53% | - |
| HSV(B) | 269.57º | 0.87% | 0.94% | - |
| XYZ | 25.72 | 12.15 | 82.65 | - |
| YUV | 84.62 | 215.12 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 239 | 0.44 | 0.87 | 0 | 0.06 | 269.57 | 0.87 | 0.53 |
| Hex | 85 | 1E | EF | 2C | 57 | 0 | 6 | 10E | 57 | 35 |
| Octal | 205 | 36 | 357 | 54 | 127 | 0 | 6 | 416 | 127 | 65 |
| Binary | 10000101 | 11110 | 11101111 | 101100 | 1010111 | 0 | 110 | 100001110 | 1010111 | 110101 |
Color Harmonies of #851EEF
Complementary color
Monochromatic Colors of #851EEF
Black with #851EEF
Text Example
Text Example
White with #851EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EEF; }
p { color: rgb(133,30,239); }
H1.HeaderClassName
{
color: #851EEF;
}
.AnyTagClassName
{
color: #851EEF;
}
</style>
background-color css
<style>
a { background-color: #851EEF; }
a { background-color: rgb(133,30,239); }
div.DivClassName
{
background-color: #851EEF;
}
.BgClassName
{
background-color: #851EEF;
}
</style>
border-color css
<style>
span { border-color: #851EEF; }
span { border-color: rgb(133,30,239); }
td.TdClassName
{
border-color: #851EEF;
}
.TagClassName
{
border-color: #851EEF;
}
</style>