Shades of Violet Blue #954B90
Tints of Violet Blue #954B90
RGB
CMYK
RGB Variations
Color information
#954B90 (or 0x954B90) is known color: Violet Blue. HEX triplet: 95, 4B and 90. RGB value is (149,75,144). Sum of RGB (Red+Green+Blue) = 149+75+144=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B90 is #6AB46F. Grayscale: #686868. Windows color (decimal): -6993008 or 9456533. OLE color: 9456533.
HSL color Cylindrical-coordinate representation of color #954B90: hue angle of 304.05º degrees, saturation: 0.33, 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 #954B90 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 144 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.42 |
| HSL | 304.05º | 0.33% | 0.44% | - |
| HSV(B) | 304.05º | 0.5% | 0.58% | - |
| XYZ | 19.94 | 13.44 | 27.93 | - |
| YUV | 104.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 144 | 0 | 0.50 | 0.03 | 0.42 | 304.05 | 0.33 | 0.44 |
| Hex | 95 | 4B | 90 | 0 | 32 | 3 | 2A | 130 | 21 | 2C |
| Octal | 225 | 113 | 220 | 0 | 62 | 3 | 52 | 460 | 41 | 54 |
| Binary | 10010101 | 1001011 | 10010000 | 0 | 110010 | 11 | 101010 | 100110000 | 100001 | 101100 |
Color Harmonies of #954B90
Complementary color
Monochromatic Colors of #954B90
Black with #954B90
Text Example
Text Example
White with #954B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B90; }
p { color: rgb(149,75,144); }
H1.HeaderClassName
{
color: #954B90;
}
.AnyTagClassName
{
color: #954B90;
}
</style>
background-color css
<style>
a { background-color: #954B90; }
a { background-color: rgb(149,75,144); }
div.DivClassName
{
background-color: #954B90;
}
.BgClassName
{
background-color: #954B90;
}
</style>
border-color css
<style>
span { border-color: #954B90; }
span { border-color: rgb(149,75,144); }
td.TdClassName
{
border-color: #954B90;
}
.TagClassName
{
border-color: #954B90;
}
</style>