Shades of Blue Violet #951FE7
Tints of Blue Violet #951FE7
RGB
CMYK
RGB Variations
Color information
#951FE7 (or 0x951FE7) is known color: Blue Violet. HEX triplet: 95, 1F and E7. RGB value is (149,31,231). Sum of RGB (Red+Green+Blue) = 149+31+231=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #951FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951FE7 is #6AE018. Grayscale: #585858. Windows color (decimal): -7004185 or 15146901. OLE color: 15146901.
HSL color Cylindrical-coordinate representation of color #951FE7: hue angle of 275.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951FE7 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 31 | 231 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.09 |
| HSL | 275.4º | 0.81% | 0.51% | - |
| HSV(B) | 275.4º | 0.87% | 0.91% | - |
| XYZ | 27.31 | 13.14 | 76.7 | - |
| YUV | 89.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 231 | 0.35 | 0.87 | 0 | 0.09 | 275.4 | 0.81 | 0.51 |
| Hex | 95 | 1F | E7 | 23 | 57 | 0 | 9 | 113 | 51 | 33 |
| Octal | 225 | 37 | 347 | 43 | 127 | 0 | 11 | 423 | 121 | 63 |
| Binary | 10010101 | 11111 | 11100111 | 100011 | 1010111 | 0 | 1001 | 100010011 | 1010001 | 110011 |
Color Harmonies of #951FE7
Complementary color
Monochromatic Colors of #951FE7
Black with #951FE7
Text Example
Text Example
White with #951FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FE7; }
p { color: rgb(149,31,231); }
H1.HeaderClassName
{
color: #951FE7;
}
.AnyTagClassName
{
color: #951FE7;
}
</style>
background-color css
<style>
a { background-color: #951FE7; }
a { background-color: rgb(149,31,231); }
div.DivClassName
{
background-color: #951FE7;
}
.BgClassName
{
background-color: #951FE7;
}
</style>
border-color css
<style>
span { border-color: #951FE7; }
span { border-color: rgb(149,31,231); }
td.TdClassName
{
border-color: #951FE7;
}
.TagClassName
{
border-color: #951FE7;
}
</style>