Shades of Blue Violet #851CFF
Tints of Blue Violet #851CFF
RGB
CMYK
RGB Variations
Color information
#851CFF (or 0x851CFF) is known color: Blue Violet. HEX triplet: 85, 1C and FF. RGB value is (133,28,255). Sum of RGB (Red+Green+Blue) = 133+28+255=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #851CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CFF is #7AE300. Grayscale: #545454. Windows color (decimal): -8053505 or 16718981. OLE color: 16718981.
HSL color Cylindrical-coordinate representation of color #851CFF: hue angle of 267.75º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CFF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 28 | 255 | - |
| CMYK | 0.48 | 0.89 | 0 | 0 |
| HSL | 267.75º | 1% | 0.55% | - |
| HSV(B) | 267.75º | 0.89% | 1% | - |
| XYZ | 28.14 | 13.04 | 95.64 | - |
| YUV | 85.27 | 223.79 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 255 | 0.48 | 0.89 | 0 | 0 | 267.75 | 1 | 0.55 |
| Hex | 85 | 1C | FF | 30 | 59 | 0 | 0 | 10C | 64 | 37 |
| Octal | 205 | 34 | 377 | 60 | 131 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000101 | 11100 | 11111111 | 110000 | 1011001 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #851CFF
Complementary color
Monochromatic Colors of #851CFF
Black with #851CFF
Text Example
Text Example
White with #851CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CFF; }
p { color: rgb(133,28,255); }
H1.HeaderClassName
{
color: #851CFF;
}
.AnyTagClassName
{
color: #851CFF;
}
</style>
background-color css
<style>
a { background-color: #851CFF; }
a { background-color: rgb(133,28,255); }
div.DivClassName
{
background-color: #851CFF;
}
.BgClassName
{
background-color: #851CFF;
}
</style>
border-color css
<style>
span { border-color: #851CFF; }
span { border-color: rgb(133,28,255); }
td.TdClassName
{
border-color: #851CFF;
}
.TagClassName
{
border-color: #851CFF;
}
</style>