Shades of Blue Violet #951EEC
Tints of Blue Violet #951EEC
RGB
CMYK
RGB Variations
Color information
#951EEC (or 0x951EEC) is known color: Blue Violet. HEX triplet: 95, 1E and EC. RGB value is (149,30,236). Sum of RGB (Red+Green+Blue) = 149+30+236=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #951EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951EEC is #6AE113. Grayscale: #585858. Windows color (decimal): -7004436 or 15474325. OLE color: 15474325.
HSL color Cylindrical-coordinate representation of color #951EEC: hue angle of 274.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951EEC is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 30 | 236 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.07 |
| HSL | 274.66º | 0.84% | 0.52% | - |
| HSV(B) | 274.66º | 0.87% | 0.93% | - |
| XYZ | 28 | 13.37 | 80.46 | - |
| YUV | 89.07 | 210.92 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 236 | 0.37 | 0.87 | 0 | 0.07 | 274.66 | 0.84 | 0.52 |
| Hex | 95 | 1E | EC | 25 | 57 | 0 | 7 | 113 | 54 | 34 |
| Octal | 225 | 36 | 354 | 45 | 127 | 0 | 7 | 423 | 124 | 64 |
| Binary | 10010101 | 11110 | 11101100 | 100101 | 1010111 | 0 | 111 | 100010011 | 1010100 | 110100 |
Color Harmonies of #951EEC
Complementary color
Monochromatic Colors of #951EEC
Black with #951EEC
Text Example
Text Example
White with #951EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EEC; }
p { color: rgb(149,30,236); }
H1.HeaderClassName
{
color: #951EEC;
}
.AnyTagClassName
{
color: #951EEC;
}
</style>
background-color css
<style>
a { background-color: #951EEC; }
a { background-color: rgb(149,30,236); }
div.DivClassName
{
background-color: #951EEC;
}
.BgClassName
{
background-color: #951EEC;
}
</style>
border-color css
<style>
span { border-color: #951EEC; }
span { border-color: rgb(149,30,236); }
td.TdClassName
{
border-color: #951EEC;
}
.TagClassName
{
border-color: #951EEC;
}
</style>