Shades of Blue Violet #951EFE
Tints of Blue Violet #951EFE
RGB
CMYK
RGB Variations
Color information
#951EFE (or 0x951EFE) is known color: Blue Violet. HEX triplet: 95, 1E and FE. RGB value is (149,30,254). Sum of RGB (Red+Green+Blue) = 149+30+254=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #951EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EFE is #6AE101. Grayscale: #5A5A5A. Windows color (decimal): -7004418 or 16653973. OLE color: 16653973.
HSL color Cylindrical-coordinate representation of color #951EFE: hue angle of 271.88º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951EFE is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 30 | 254 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.00 |
| HSL | 271.88º | 0.99% | 0.56% | - |
| HSV(B) | 271.88º | 0.88% | 1% | - |
| XYZ | 30.75 | 14.47 | 94.94 | - |
| YUV | 91.12 | 219.92 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 254 | 0.41 | 0.88 | 0 | 0.00 | 271.88 | 0.99 | 0.56 |
| Hex | 95 | 1E | FE | 29 | 58 | 0 | 0 | 110 | 63 | 38 |
| Octal | 225 | 36 | 376 | 51 | 130 | 0 | 0 | 420 | 143 | 70 |
| Binary | 10010101 | 11110 | 11111110 | 101001 | 1011000 | 0 | 0 | 100010000 | 1100011 | 111000 |
Color Harmonies of #951EFE
Complementary color
Monochromatic Colors of #951EFE
Black with #951EFE
Text Example
Text Example
White with #951EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EFE; }
p { color: rgb(149,30,254); }
H1.HeaderClassName
{
color: #951EFE;
}
.AnyTagClassName
{
color: #951EFE;
}
</style>
background-color css
<style>
a { background-color: #951EFE; }
a { background-color: rgb(149,30,254); }
div.DivClassName
{
background-color: #951EFE;
}
.BgClassName
{
background-color: #951EFE;
}
</style>
border-color css
<style>
span { border-color: #951EFE; }
span { border-color: rgb(149,30,254); }
td.TdClassName
{
border-color: #951EFE;
}
.TagClassName
{
border-color: #951EFE;
}
</style>