Shades of Violet Blue #954CA0
Tints of Violet Blue #954CA0
RGB
CMYK
RGB Variations
Color information
#954CA0 (or 0x954CA0) is known color: Violet Blue. HEX triplet: 95, 4C and A0. RGB value is (149,76,160). Sum of RGB (Red+Green+Blue) = 149+76+160=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #954CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CA0 is #6AB35F. Grayscale: #6B6B6B. Windows color (decimal): -6992736 or 10505365. OLE color: 10505365.
HSL color Cylindrical-coordinate representation of color #954CA0: hue angle of 292.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954CA0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 76 | 160 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.37 |
| HSL | 292.14º | 0.36% | 0.46% | - |
| HSV(B) | 292.14º | 0.53% | 0.63% | - |
| XYZ | 21.32 | 14.1 | 34.85 | - |
| YUV | 107.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 160 | 0.07 | 0.52 | 0 | 0.37 | 292.14 | 0.36 | 0.46 |
| Hex | 95 | 4C | A0 | 7 | 34 | 0 | 25 | 124 | 24 | 2E |
| Octal | 225 | 114 | 240 | 7 | 64 | 0 | 45 | 444 | 44 | 56 |
| Binary | 10010101 | 1001100 | 10100000 | 111 | 110100 | 0 | 100101 | 100100100 | 100100 | 101110 |
Color Harmonies of #954CA0
Complementary color
Monochromatic Colors of #954CA0
Black with #954CA0
Text Example
Text Example
White with #954CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CA0; }
p { color: rgb(149,76,160); }
H1.HeaderClassName
{
color: #954CA0;
}
.AnyTagClassName
{
color: #954CA0;
}
</style>
background-color css
<style>
a { background-color: #954CA0; }
a { background-color: rgb(149,76,160); }
div.DivClassName
{
background-color: #954CA0;
}
.BgClassName
{
background-color: #954CA0;
}
</style>
border-color css
<style>
span { border-color: #954CA0; }
span { border-color: rgb(149,76,160); }
td.TdClassName
{
border-color: #954CA0;
}
.TagClassName
{
border-color: #954CA0;
}
</style>