Shades of Violet Blue #954C90
Tints of Violet Blue #954C90
RGB
CMYK
RGB Variations
Color information
#954C90 (or 0x954C90) is known color: Violet Blue. HEX triplet: 95, 4C and 90. RGB value is (149,76,144). Sum of RGB (Red+Green+Blue) = 149+76+144=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #954C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C90 is #6AB36F. Grayscale: #696969. Windows color (decimal): -6992752 or 9456789. OLE color: 9456789.
HSL color Cylindrical-coordinate representation of color #954C90: hue angle of 304.11º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C90 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 144 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.42 |
| HSL | 304.11º | 0.32% | 0.44% | - |
| HSV(B) | 304.11º | 0.49% | 0.58% | - |
| XYZ | 20.01 | 13.57 | 27.95 | - |
| YUV | 105.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 144 | 0 | 0.49 | 0.03 | 0.42 | 304.11 | 0.32 | 0.44 |
| Hex | 95 | 4C | 90 | 0 | 31 | 3 | 2A | 130 | 20 | 2C |
| Octal | 225 | 114 | 220 | 0 | 61 | 3 | 52 | 460 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10010000 | 0 | 110001 | 11 | 101010 | 100110000 | 100000 | 101100 |
Color Harmonies of #954C90
Complementary color
Monochromatic Colors of #954C90
Black with #954C90
Text Example
Text Example
White with #954C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C90; }
p { color: rgb(149,76,144); }
H1.HeaderClassName
{
color: #954C90;
}
.AnyTagClassName
{
color: #954C90;
}
</style>
background-color css
<style>
a { background-color: #954C90; }
a { background-color: rgb(149,76,144); }
div.DivClassName
{
background-color: #954C90;
}
.BgClassName
{
background-color: #954C90;
}
</style>
border-color css
<style>
span { border-color: #954C90; }
span { border-color: rgb(149,76,144); }
td.TdClassName
{
border-color: #954C90;
}
.TagClassName
{
border-color: #954C90;
}
</style>