Shades of Blue Violet #954EEC
Tints of Blue Violet #954EEC
RGB
CMYK
RGB Variations
Color information
#954EEC (or 0x954EEC) is known color: Blue Violet. HEX triplet: 95, 4E and EC. RGB value is (149,78,236). Sum of RGB (Red+Green+Blue) = 149+78+236=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #954EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EEC is #6AB113. Grayscale: #747474. Windows color (decimal): -6992148 or 15486613. OLE color: 15486613.
HSL color Cylindrical-coordinate representation of color #954EEC: hue angle of 266.96º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954EEC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 78 | 236 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 266.96º | 0.81% | 0.62% | - |
| HSV(B) | 266.96º | 0.67% | 0.93% | - |
| XYZ | 30.26 | 17.89 | 81.22 | - |
| YUV | 117.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 236 | 0.37 | 0.67 | 0 | 0.07 | 266.96 | 0.81 | 0.62 |
| Hex | 95 | 4E | EC | 25 | 43 | 0 | 7 | 10B | 51 | 3E |
| Octal | 225 | 116 | 354 | 45 | 103 | 0 | 7 | 413 | 121 | 76 |
| Binary | 10010101 | 1001110 | 11101100 | 100101 | 1000011 | 0 | 111 | 100001011 | 1010001 | 111110 |
Color Harmonies of #954EEC
Complementary color
Monochromatic Colors of #954EEC
Black with #954EEC
Text Example
Text Example
White with #954EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EEC; }
p { color: rgb(149,78,236); }
H1.HeaderClassName
{
color: #954EEC;
}
.AnyTagClassName
{
color: #954EEC;
}
</style>
background-color css
<style>
a { background-color: #954EEC; }
a { background-color: rgb(149,78,236); }
div.DivClassName
{
background-color: #954EEC;
}
.BgClassName
{
background-color: #954EEC;
}
</style>
border-color css
<style>
span { border-color: #954EEC; }
span { border-color: rgb(149,78,236); }
td.TdClassName
{
border-color: #954EEC;
}
.TagClassName
{
border-color: #954EEC;
}
</style>