Shades of Blue Violet #950EFE
Tints of Blue Violet #950EFE
RGB
CMYK
RGB Variations
Color information
#950EFE (or 0x950EFE) is known color: Blue Violet. HEX triplet: 95, 0E and FE. RGB value is (149,14,254). Sum of RGB (Red+Green+Blue) = 149+14+254=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #950EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950EFE is #6AF101. Grayscale: #505050. Windows color (decimal): -7008514 or 16649877. OLE color: 16649877.
HSL color Cylindrical-coordinate representation of color #950EFE: hue angle of 273.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950EFE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 14 | 254 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.00 |
| HSL | 273.75º | 0.99% | 0.53% | - |
| HSV(B) | 273.75º | 0.94% | 1% | - |
| XYZ | 30.44 | 13.86 | 94.84 | - |
| YUV | 81.73 | 225.23 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 254 | 0.41 | 0.94 | 0 | 0.00 | 273.75 | 0.99 | 0.53 |
| Hex | 95 | E | FE | 29 | 5E | 0 | 0 | 112 | 63 | 35 |
| Octal | 225 | 16 | 376 | 51 | 136 | 0 | 0 | 422 | 143 | 65 |
| Binary | 10010101 | 1110 | 11111110 | 101001 | 1011110 | 0 | 0 | 100010010 | 1100011 | 110101 |
Color Harmonies of #950EFE
Complementary color
Monochromatic Colors of #950EFE
Black with #950EFE
Text Example
Text Example
White with #950EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EFE; }
p { color: rgb(149,14,254); }
H1.HeaderClassName
{
color: #950EFE;
}
.AnyTagClassName
{
color: #950EFE;
}
</style>
background-color css
<style>
a { background-color: #950EFE; }
a { background-color: rgb(149,14,254); }
div.DivClassName
{
background-color: #950EFE;
}
.BgClassName
{
background-color: #950EFE;
}
</style>
border-color css
<style>
span { border-color: #950EFE; }
span { border-color: rgb(149,14,254); }
td.TdClassName
{
border-color: #950EFE;
}
.TagClassName
{
border-color: #950EFE;
}
</style>