Shades of Blue Violet #851FFC
Tints of Blue Violet #851FFC
RGB
CMYK
RGB Variations
Color information
#851FFC (or 0x851FFC) is known color: Blue Violet. HEX triplet: 85, 1F and FC. RGB value is (133,31,252). Sum of RGB (Red+Green+Blue) = 133+31+252=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #851FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FFC is #7AE003. Grayscale: #555555. Windows color (decimal): -8052740 or 16523141. OLE color: 16523141.
HSL color Cylindrical-coordinate representation of color #851FFC: hue angle of 267.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851FFC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 31 | 252 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.01 |
| HSL | 267.69º | 0.97% | 0.55% | - |
| HSV(B) | 267.69º | 0.88% | 0.99% | - |
| XYZ | 27.73 | 12.99 | 93.14 | - |
| YUV | 86.69 | 221.29 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 252 | 0.47 | 0.88 | 0 | 0.01 | 267.69 | 0.97 | 0.55 |
| Hex | 85 | 1F | FC | 2F | 58 | 0 | 1 | 10C | 61 | 37 |
| Octal | 205 | 37 | 374 | 57 | 130 | 0 | 1 | 414 | 141 | 67 |
| Binary | 10000101 | 11111 | 11111100 | 101111 | 1011000 | 0 | 1 | 100001100 | 1100001 | 110111 |
Color Harmonies of #851FFC
Complementary color
Monochromatic Colors of #851FFC
Black with #851FFC
Text Example
Text Example
White with #851FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FFC; }
p { color: rgb(133,31,252); }
H1.HeaderClassName
{
color: #851FFC;
}
.AnyTagClassName
{
color: #851FFC;
}
</style>
background-color css
<style>
a { background-color: #851FFC; }
a { background-color: rgb(133,31,252); }
div.DivClassName
{
background-color: #851FFC;
}
.BgClassName
{
background-color: #851FFC;
}
</style>
border-color css
<style>
span { border-color: #851FFC; }
span { border-color: rgb(133,31,252); }
td.TdClassName
{
border-color: #851FFC;
}
.TagClassName
{
border-color: #851FFC;
}
</style>