Shades of Violet Blue #954A90
Tints of Violet Blue #954A90
RGB
CMYK
RGB Variations
Color information
#954A90 (or 0x954A90) is known color: Violet Blue. HEX triplet: 95, 4A and 90. RGB value is (149,74,144). Sum of RGB (Red+Green+Blue) = 149+74+144=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #954A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A90 is #6AB56F. Grayscale: #686868. Windows color (decimal): -6993264 or 9456277. OLE color: 9456277.
HSL color Cylindrical-coordinate representation of color #954A90: hue angle of 304º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A90 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 144 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.42 |
| HSL | 304º | 0.34% | 0.44% | - |
| HSV(B) | 304º | 0.5% | 0.58% | - |
| XYZ | 19.88 | 13.3 | 27.91 | - |
| YUV | 104.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 144 | 0 | 0.50 | 0.03 | 0.42 | 304 | 0.34 | 0.44 |
| Hex | 95 | 4A | 90 | 0 | 32 | 3 | 2A | 130 | 22 | 2C |
| Octal | 225 | 112 | 220 | 0 | 62 | 3 | 52 | 460 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10010000 | 0 | 110010 | 11 | 101010 | 100110000 | 100010 | 101100 |
Color Harmonies of #954A90
Complementary color
Monochromatic Colors of #954A90
Black with #954A90
Text Example
Text Example
White with #954A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A90; }
p { color: rgb(149,74,144); }
H1.HeaderClassName
{
color: #954A90;
}
.AnyTagClassName
{
color: #954A90;
}
</style>
background-color css
<style>
a { background-color: #954A90; }
a { background-color: rgb(149,74,144); }
div.DivClassName
{
background-color: #954A90;
}
.BgClassName
{
background-color: #954A90;
}
</style>
border-color css
<style>
span { border-color: #954A90; }
span { border-color: rgb(149,74,144); }
td.TdClassName
{
border-color: #954A90;
}
.TagClassName
{
border-color: #954A90;
}
</style>