Shades of Blue Violet #951EF0
Tints of Blue Violet #951EF0
RGB
CMYK
RGB Variations
Color information
#951EF0 (or 0x951EF0) is known color: Blue Violet. HEX triplet: 95, 1E and F0. RGB value is (149,30,240). Sum of RGB (Red+Green+Blue) = 149+30+240=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #951EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EF0 is #6AE10F. Grayscale: #585858. Windows color (decimal): -7004432 or 15736469. OLE color: 15736469.
HSL color Cylindrical-coordinate representation of color #951EF0: hue angle of 274º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951EF0 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 30 | 240 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.06 |
| HSL | 274º | 0.88% | 0.53% | - |
| HSV(B) | 274º | 0.88% | 0.94% | - |
| XYZ | 28.59 | 13.61 | 83.56 | - |
| YUV | 89.52 | 212.92 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 240 | 0.38 | 0.87 | 0 | 0.06 | 274 | 0.88 | 0.53 |
| Hex | 95 | 1E | F0 | 26 | 57 | 0 | 6 | 112 | 58 | 35 |
| Octal | 225 | 36 | 360 | 46 | 127 | 0 | 6 | 422 | 130 | 65 |
| Binary | 10010101 | 11110 | 11110000 | 100110 | 1010111 | 0 | 110 | 100010010 | 1011000 | 110101 |
Color Harmonies of #951EF0
Complementary color
Monochromatic Colors of #951EF0
Black with #951EF0
Text Example
Text Example
White with #951EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EF0; }
p { color: rgb(149,30,240); }
H1.HeaderClassName
{
color: #951EF0;
}
.AnyTagClassName
{
color: #951EF0;
}
</style>
background-color css
<style>
a { background-color: #951EF0; }
a { background-color: rgb(149,30,240); }
div.DivClassName
{
background-color: #951EF0;
}
.BgClassName
{
background-color: #951EF0;
}
</style>
border-color css
<style>
span { border-color: #951EF0; }
span { border-color: rgb(149,30,240); }
td.TdClassName
{
border-color: #951EF0;
}
.TagClassName
{
border-color: #951EF0;
}
</style>