Shades of Blue Violet #851BFA
Tints of Blue Violet #851BFA
RGB
CMYK
RGB Variations
Color information
#851BFA (or 0x851BFA) is known color: Blue Violet. HEX triplet: 85, 1B and FA. RGB value is (133,27,250). Sum of RGB (Red+Green+Blue) = 133+27+250=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #851BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BFA is #7AE405. Grayscale: #535353. Windows color (decimal): -8053766 or 16391045. OLE color: 16391045.
HSL color Cylindrical-coordinate representation of color #851BFA: hue angle of 268.52º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851BFA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 27 | 250 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.02 |
| HSL | 268.52º | 0.96% | 0.54% | - |
| HSV(B) | 268.52º | 0.89% | 0.98% | - |
| XYZ | 27.32 | 12.67 | 91.45 | - |
| YUV | 84.12 | 221.62 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 250 | 0.47 | 0.89 | 0 | 0.02 | 268.52 | 0.96 | 0.54 |
| Hex | 85 | 1B | FA | 2F | 59 | 0 | 2 | 10D | 60 | 36 |
| Octal | 205 | 33 | 372 | 57 | 131 | 0 | 2 | 415 | 140 | 66 |
| Binary | 10000101 | 11011 | 11111010 | 101111 | 1011001 | 0 | 10 | 100001101 | 1100000 | 110110 |
Color Harmonies of #851BFA
Complementary color
Monochromatic Colors of #851BFA
Black with #851BFA
Text Example
Text Example
White with #851BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BFA; }
p { color: rgb(133,27,250); }
H1.HeaderClassName
{
color: #851BFA;
}
.AnyTagClassName
{
color: #851BFA;
}
</style>
background-color css
<style>
a { background-color: #851BFA; }
a { background-color: rgb(133,27,250); }
div.DivClassName
{
background-color: #851BFA;
}
.BgClassName
{
background-color: #851BFA;
}
</style>
border-color css
<style>
span { border-color: #851BFA; }
span { border-color: rgb(133,27,250); }
td.TdClassName
{
border-color: #851BFA;
}
.TagClassName
{
border-color: #851BFA;
}
</style>