Shades of Blue Violet #851CFE
Tints of Blue Violet #851CFE
RGB
CMYK
RGB Variations
Color information
#851CFE (or 0x851CFE) is known color: Blue Violet. HEX triplet: 85, 1C and FE. RGB value is (133,28,254). Sum of RGB (Red+Green+Blue) = 133+28+254=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #851CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CFE is #7AE301. Grayscale: #545454. Windows color (decimal): -8053506 or 16653445. OLE color: 16653445.
HSL color Cylindrical-coordinate representation of color #851CFE: hue angle of 267.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CFE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 28 | 254 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.00 |
| HSL | 267.88º | 0.99% | 0.55% | - |
| HSV(B) | 267.88º | 0.89% | 1% | - |
| XYZ | 27.98 | 12.97 | 94.8 | - |
| YUV | 85.16 | 223.29 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 254 | 0.48 | 0.89 | 0 | 0.00 | 267.88 | 0.99 | 0.55 |
| Hex | 85 | 1C | FE | 30 | 59 | 0 | 0 | 10C | 63 | 37 |
| Octal | 205 | 34 | 376 | 60 | 131 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000101 | 11100 | 11111110 | 110000 | 1011001 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #851CFE
Complementary color
Monochromatic Colors of #851CFE
Black with #851CFE
Text Example
Text Example
White with #851CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CFE; }
p { color: rgb(133,28,254); }
H1.HeaderClassName
{
color: #851CFE;
}
.AnyTagClassName
{
color: #851CFE;
}
</style>
background-color css
<style>
a { background-color: #851CFE; }
a { background-color: rgb(133,28,254); }
div.DivClassName
{
background-color: #851CFE;
}
.BgClassName
{
background-color: #851CFE;
}
</style>
border-color css
<style>
span { border-color: #851CFE; }
span { border-color: rgb(133,28,254); }
td.TdClassName
{
border-color: #851CFE;
}
.TagClassName
{
border-color: #851CFE;
}
</style>