Shades of Blue Violet #950EFF
Tints of Blue Violet #950EFF
RGB
CMYK
RGB Variations
Color information
#950EFF (or 0x950EFF) is known color: Blue Violet. HEX triplet: 95, 0E and FF. RGB value is (149,14,255). Sum of RGB (Red+Green+Blue) = 149+14+255=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #950EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950EFF is #6AF100. Grayscale: #515151. Windows color (decimal): -7008513 or 16715413. OLE color: 16715413.
HSL color Cylindrical-coordinate representation of color #950EFF: hue angle of 273.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950EFF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 14 | 255 | - |
| CMYK | 0.42 | 0.95 | 0 | 0 |
| HSL | 273.61º | 1% | 0.53% | - |
| HSV(B) | 273.61º | 0.95% | 1% | - |
| XYZ | 30.6 | 13.92 | 95.68 | - |
| YUV | 81.84 | 225.73 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 14 | 255 | 0.42 | 0.95 | 0 | 0 | 273.61 | 1 | 0.53 |
| Hex | 95 | E | FF | 2A | 5F | 0 | 0 | 112 | 64 | 35 |
| Octal | 225 | 16 | 377 | 52 | 137 | 0 | 0 | 422 | 144 | 65 |
| Binary | 10010101 | 1110 | 11111111 | 101010 | 1011111 | 0 | 0 | 100010010 | 1100100 | 110101 |
Color Harmonies of #950EFF
Complementary color
Monochromatic Colors of #950EFF
Black with #950EFF
Text Example
Text Example
White with #950EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950EFF; }
p { color: rgb(149,14,255); }
H1.HeaderClassName
{
color: #950EFF;
}
.AnyTagClassName
{
color: #950EFF;
}
</style>
background-color css
<style>
a { background-color: #950EFF; }
a { background-color: rgb(149,14,255); }
div.DivClassName
{
background-color: #950EFF;
}
.BgClassName
{
background-color: #950EFF;
}
</style>
border-color css
<style>
span { border-color: #950EFF; }
span { border-color: rgb(149,14,255); }
td.TdClassName
{
border-color: #950EFF;
}
.TagClassName
{
border-color: #950EFF;
}
</style>