Shades of Violet Blue #954E90
Tints of Violet Blue #954E90
RGB
CMYK
RGB Variations
Color information
#954E90 (or 0x954E90) is known color: Violet Blue. HEX triplet: 95, 4E and 90. RGB value is (149,78,144). Sum of RGB (Red+Green+Blue) = 149+78+144=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #954E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E90 is #6AB16F. Grayscale: #6A6A6A. Windows color (decimal): -6992240 or 9457301. OLE color: 9457301.
HSL color Cylindrical-coordinate representation of color #954E90: hue angle of 304.23º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E90 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 144 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.42 |
| HSL | 304.23º | 0.31% | 0.45% | - |
| HSV(B) | 304.23º | 0.48% | 0.58% | - |
| XYZ | 20.15 | 13.85 | 28 | - |
| YUV | 106.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 144 | 0 | 0.48 | 0.03 | 0.42 | 304.23 | 0.31 | 0.45 |
| Hex | 95 | 4E | 90 | 0 | 30 | 3 | 2A | 130 | 1F | 2D |
| Octal | 225 | 116 | 220 | 0 | 60 | 3 | 52 | 460 | 37 | 55 |
| Binary | 10010101 | 1001110 | 10010000 | 0 | 110000 | 11 | 101010 | 100110000 | 11111 | 101101 |
Color Harmonies of #954E90
Complementary color
Monochromatic Colors of #954E90
Black with #954E90
Text Example
Text Example
White with #954E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E90; }
p { color: rgb(149,78,144); }
H1.HeaderClassName
{
color: #954E90;
}
.AnyTagClassName
{
color: #954E90;
}
</style>
background-color css
<style>
a { background-color: #954E90; }
a { background-color: rgb(149,78,144); }
div.DivClassName
{
background-color: #954E90;
}
.BgClassName
{
background-color: #954E90;
}
</style>
border-color css
<style>
span { border-color: #954E90; }
span { border-color: rgb(149,78,144); }
td.TdClassName
{
border-color: #954E90;
}
.TagClassName
{
border-color: #954E90;
}
</style>