Shades of Blue Violet #851BFF
Tints of Blue Violet #851BFF
RGB
CMYK
RGB Variations
Color information
#851BFF (or 0x851BFF) is known color: Blue Violet. HEX triplet: 85, 1B and FF. RGB value is (133,27,255). Sum of RGB (Red+Green+Blue) = 133+27+255=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #851BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BFF is #7AE400. Grayscale: #535353. Windows color (decimal): -8053761 or 16718725. OLE color: 16718725.
HSL color Cylindrical-coordinate representation of color #851BFF: hue angle of 267.89º 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 #851BFF is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 27 | 255 | - |
| CMYK | 0.48 | 0.89 | 0 | 0 |
| HSL | 267.89º | 1% | 0.55% | - |
| HSV(B) | 267.89º | 0.89% | 1% | - |
| XYZ | 28.11 | 12.99 | 95.63 | - |
| YUV | 84.69 | 224.12 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 255 | 0.48 | 0.89 | 0 | 0 | 267.89 | 1 | 0.55 |
| Hex | 85 | 1B | FF | 30 | 59 | 0 | 0 | 10C | 64 | 37 |
| Octal | 205 | 33 | 377 | 60 | 131 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000101 | 11011 | 11111111 | 110000 | 1011001 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #851BFF
Complementary color
Monochromatic Colors of #851BFF
Black with #851BFF
Text Example
Text Example
White with #851BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BFF; }
p { color: rgb(133,27,255); }
H1.HeaderClassName
{
color: #851BFF;
}
.AnyTagClassName
{
color: #851BFF;
}
</style>
background-color css
<style>
a { background-color: #851BFF; }
a { background-color: rgb(133,27,255); }
div.DivClassName
{
background-color: #851BFF;
}
.BgClassName
{
background-color: #851BFF;
}
</style>
border-color css
<style>
span { border-color: #851BFF; }
span { border-color: rgb(133,27,255); }
td.TdClassName
{
border-color: #851BFF;
}
.TagClassName
{
border-color: #851BFF;
}
</style>