Shades of Blue Violet #954EEF
Tints of Blue Violet #954EEF
RGB
CMYK
RGB Variations
Color information
#954EEF (or 0x954EEF) is known color: Blue Violet. HEX triplet: 95, 4E and EF. RGB value is (149,78,239). Sum of RGB (Red+Green+Blue) = 149+78+239=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #954EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954EEF is #6AB110. Grayscale: #757575. Windows color (decimal): -6992145 or 15683221. OLE color: 15683221.
HSL color Cylindrical-coordinate representation of color #954EEF: hue angle of 266.46º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954EEF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 78 | 239 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 266.46º | 0.83% | 0.62% | - |
| HSV(B) | 266.46º | 0.67% | 0.94% | - |
| XYZ | 30.7 | 18.07 | 83.53 | - |
| YUV | 117.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 239 | 0.38 | 0.67 | 0 | 0.06 | 266.46 | 0.83 | 0.62 |
| Hex | 95 | 4E | EF | 26 | 43 | 0 | 6 | 10A | 53 | 3E |
| Octal | 225 | 116 | 357 | 46 | 103 | 0 | 6 | 412 | 123 | 76 |
| Binary | 10010101 | 1001110 | 11101111 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010011 | 111110 |
Color Harmonies of #954EEF
Complementary color
Monochromatic Colors of #954EEF
Black with #954EEF
Text Example
Text Example
White with #954EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EEF; }
p { color: rgb(149,78,239); }
H1.HeaderClassName
{
color: #954EEF;
}
.AnyTagClassName
{
color: #954EEF;
}
</style>
background-color css
<style>
a { background-color: #954EEF; }
a { background-color: rgb(149,78,239); }
div.DivClassName
{
background-color: #954EEF;
}
.BgClassName
{
background-color: #954EEF;
}
</style>
border-color css
<style>
span { border-color: #954EEF; }
span { border-color: rgb(149,78,239); }
td.TdClassName
{
border-color: #954EEF;
}
.TagClassName
{
border-color: #954EEF;
}
</style>