Shades of Blue Violet #851EFF
Tints of Blue Violet #851EFF
RGB
CMYK
RGB Variations
Color information
#851EFF (or 0x851EFF) is known color: Blue Violet. HEX triplet: 85, 1E and FF. RGB value is (133,30,255). Sum of RGB (Red+Green+Blue) = 133+30+255=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #851EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EFF is #7AE100. Grayscale: #555555. Windows color (decimal): -8052993 or 16719493. OLE color: 16719493.
HSL color Cylindrical-coordinate representation of color #851EFF: hue angle of 267.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851EFF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 30 | 255 | - |
| CMYK | 0.48 | 0.88 | 0 | 0 |
| HSL | 267.47º | 1% | 0.56% | - |
| HSV(B) | 267.47º | 0.88% | 1% | - |
| XYZ | 28.19 | 13.14 | 95.66 | - |
| YUV | 86.45 | 223.12 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 255 | 0.48 | 0.88 | 0 | 0 | 267.47 | 1 | 0.56 |
| Hex | 85 | 1E | FF | 30 | 58 | 0 | 0 | 10B | 64 | 38 |
| Octal | 205 | 36 | 377 | 60 | 130 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000101 | 11110 | 11111111 | 110000 | 1011000 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #851EFF
Complementary color
Monochromatic Colors of #851EFF
Black with #851EFF
Text Example
Text Example
White with #851EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EFF; }
p { color: rgb(133,30,255); }
H1.HeaderClassName
{
color: #851EFF;
}
.AnyTagClassName
{
color: #851EFF;
}
</style>
background-color css
<style>
a { background-color: #851EFF; }
a { background-color: rgb(133,30,255); }
div.DivClassName
{
background-color: #851EFF;
}
.BgClassName
{
background-color: #851EFF;
}
</style>
border-color css
<style>
span { border-color: #851EFF; }
span { border-color: rgb(133,30,255); }
td.TdClassName
{
border-color: #851EFF;
}
.TagClassName
{
border-color: #851EFF;
}
</style>