Shades of Blue Violet #851CFA
Tints of Blue Violet #851CFA
RGB
CMYK
RGB Variations
Color information
#851CFA (or 0x851CFA) is known color: Blue Violet. HEX triplet: 85, 1C and FA. RGB value is (133,28,250). Sum of RGB (Red+Green+Blue) = 133+28+250=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #851CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CFA is #7AE305. Grayscale: #535353. Windows color (decimal): -8053510 or 16391301. OLE color: 16391301.
HSL color Cylindrical-coordinate representation of color #851CFA: hue angle of 268.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CFA is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 28 | 250 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.02 |
| HSL | 268.38º | 0.96% | 0.55% | - |
| HSV(B) | 268.38º | 0.89% | 0.98% | - |
| XYZ | 27.34 | 12.72 | 91.46 | - |
| YUV | 84.7 | 221.29 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 250 | 0.47 | 0.89 | 0 | 0.02 | 268.38 | 0.96 | 0.55 |
| Hex | 85 | 1C | FA | 2F | 59 | 0 | 2 | 10C | 60 | 37 |
| Octal | 205 | 34 | 372 | 57 | 131 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000101 | 11100 | 11111010 | 101111 | 1011001 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #851CFA
Complementary color
Monochromatic Colors of #851CFA
Black with #851CFA
Text Example
Text Example
White with #851CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CFA; }
p { color: rgb(133,28,250); }
H1.HeaderClassName
{
color: #851CFA;
}
.AnyTagClassName
{
color: #851CFA;
}
</style>
background-color css
<style>
a { background-color: #851CFA; }
a { background-color: rgb(133,28,250); }
div.DivClassName
{
background-color: #851CFA;
}
.BgClassName
{
background-color: #851CFA;
}
</style>
border-color css
<style>
span { border-color: #851CFA; }
span { border-color: rgb(133,28,250); }
td.TdClassName
{
border-color: #851CFA;
}
.TagClassName
{
border-color: #851CFA;
}
</style>