Shades of Blue Violet #951BFA
Tints of Blue Violet #951BFA
RGB
CMYK
RGB Variations
Color information
#951BFA (or 0x951BFA) is known color: Blue Violet. HEX triplet: 95, 1B and FA. RGB value is (149,27,250). Sum of RGB (Red+Green+Blue) = 149+27+250=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #951BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951BFA is #6AE405. Grayscale: #585858. Windows color (decimal): -7005190 or 16391061. OLE color: 16391061.
HSL color Cylindrical-coordinate representation of color #951BFA: hue angle of 272.83º 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 #951BFA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 27 | 250 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.02 |
| HSL | 272.83º | 0.96% | 0.54% | - |
| HSV(B) | 272.83º | 0.89% | 0.98% | - |
| XYZ | 30.04 | 14.08 | 91.58 | - |
| YUV | 88.9 | 218.92 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 250 | 0.40 | 0.89 | 0 | 0.02 | 272.83 | 0.96 | 0.54 |
| Hex | 95 | 1B | FA | 28 | 59 | 0 | 2 | 111 | 60 | 36 |
| Octal | 225 | 33 | 372 | 50 | 131 | 0 | 2 | 421 | 140 | 66 |
| Binary | 10010101 | 11011 | 11111010 | 101000 | 1011001 | 0 | 10 | 100010001 | 1100000 | 110110 |
Color Harmonies of #951BFA
Complementary color
Monochromatic Colors of #951BFA
Black with #951BFA
Text Example
Text Example
White with #951BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BFA; }
p { color: rgb(149,27,250); }
H1.HeaderClassName
{
color: #951BFA;
}
.AnyTagClassName
{
color: #951BFA;
}
</style>
background-color css
<style>
a { background-color: #951BFA; }
a { background-color: rgb(149,27,250); }
div.DivClassName
{
background-color: #951BFA;
}
.BgClassName
{
background-color: #951BFA;
}
</style>
border-color css
<style>
span { border-color: #951BFA; }
span { border-color: rgb(149,27,250); }
td.TdClassName
{
border-color: #951BFA;
}
.TagClassName
{
border-color: #951BFA;
}
</style>