Shades of Blue Violet #951CF7
Tints of Blue Violet #951CF7
RGB
CMYK
RGB Variations
Color information
#951CF7 (or 0x951CF7) is known color: Blue Violet. HEX triplet: 95, 1C and F7. RGB value is (149,28,247). Sum of RGB (Red+Green+Blue) = 149+28+247=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 247 (96.88% from 255 or 58.25% from 424); Max value from RGB is 247 - color contains mainly: blue. Hex color #951CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CF7 is #6AE308. Grayscale: #585858. Windows color (decimal): -7004937 or 16194709. OLE color: 16194709.
HSL color Cylindrical-coordinate representation of color #951CF7: hue angle of 273.15º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951CF7 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 28 | 247 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.03 |
| HSL | 273.15º | 0.93% | 0.54% | - |
| HSV(B) | 273.15º | 0.89% | 0.97% | - |
| XYZ | 29.6 | 13.94 | 89.13 | - |
| YUV | 89.15 | 217.09 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 247 | 0.40 | 0.89 | 0 | 0.03 | 273.15 | 0.93 | 0.54 |
| Hex | 95 | 1C | F7 | 28 | 59 | 0 | 3 | 111 | 5D | 36 |
| Octal | 225 | 34 | 367 | 50 | 131 | 0 | 3 | 421 | 135 | 66 |
| Binary | 10010101 | 11100 | 11110111 | 101000 | 1011001 | 0 | 11 | 100010001 | 1011101 | 110110 |
Color Harmonies of #951CF7
Complementary color
Monochromatic Colors of #951CF7
Black with #951CF7
Text Example
Text Example
White with #951CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CF7; }
p { color: rgb(149,28,247); }
H1.HeaderClassName
{
color: #951CF7;
}
.AnyTagClassName
{
color: #951CF7;
}
</style>
background-color css
<style>
a { background-color: #951CF7; }
a { background-color: rgb(149,28,247); }
div.DivClassName
{
background-color: #951CF7;
}
.BgClassName
{
background-color: #951CF7;
}
</style>
border-color css
<style>
span { border-color: #951CF7; }
span { border-color: rgb(149,28,247); }
td.TdClassName
{
border-color: #951CF7;
}
.TagClassName
{
border-color: #951CF7;
}
</style>