Shades of Blue Violet #851FF4
Tints of Blue Violet #851FF4
RGB
CMYK
RGB Variations
Color information
#851FF4 (or 0x851FF4) is known color: Blue Violet. HEX triplet: 85, 1F and F4. RGB value is (133,31,244). Sum of RGB (Red+Green+Blue) = 133+31+244=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #851FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FF4 is #7AE00B. Grayscale: #555555. Windows color (decimal): -8052748 or 15998853. OLE color: 15998853.
HSL color Cylindrical-coordinate representation of color #851FF4: hue angle of 268.73º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851FF4 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 31 | 244 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.04 |
| HSL | 268.73º | 0.91% | 0.54% | - |
| HSV(B) | 268.73º | 0.87% | 0.96% | - |
| XYZ | 26.49 | 12.5 | 86.6 | - |
| YUV | 85.78 | 217.29 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 244 | 0.45 | 0.87 | 0 | 0.04 | 268.73 | 0.91 | 0.54 |
| Hex | 85 | 1F | F4 | 2D | 57 | 0 | 4 | 10D | 5B | 36 |
| Octal | 205 | 37 | 364 | 55 | 127 | 0 | 4 | 415 | 133 | 66 |
| Binary | 10000101 | 11111 | 11110100 | 101101 | 1010111 | 0 | 100 | 100001101 | 1011011 | 110110 |
Color Harmonies of #851FF4
Complementary color
Monochromatic Colors of #851FF4
Black with #851FF4
Text Example
Text Example
White with #851FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FF4; }
p { color: rgb(133,31,244); }
H1.HeaderClassName
{
color: #851FF4;
}
.AnyTagClassName
{
color: #851FF4;
}
</style>
background-color css
<style>
a { background-color: #851FF4; }
a { background-color: rgb(133,31,244); }
div.DivClassName
{
background-color: #851FF4;
}
.BgClassName
{
background-color: #851FF4;
}
</style>
border-color css
<style>
span { border-color: #851FF4; }
span { border-color: rgb(133,31,244); }
td.TdClassName
{
border-color: #851FF4;
}
.TagClassName
{
border-color: #851FF4;
}
</style>