Shades of Violet Blue #954C92
Tints of Violet Blue #954C92
RGB
CMYK
RGB Variations
Color information
#954C92 (or 0x954C92) is known color: Violet Blue. HEX triplet: 95, 4C and 92. RGB value is (149,76,146). Sum of RGB (Red+Green+Blue) = 149+76+146=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #954C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954C92 is #6AB36D. Grayscale: #696969. Windows color (decimal): -6992750 or 9587861. OLE color: 9587861.
HSL color Cylindrical-coordinate representation of color #954C92: hue angle of 302.47º 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 #954C92 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 146 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.42 |
| HSL | 302.47º | 0.32% | 0.44% | - |
| HSV(B) | 302.47º | 0.49% | 0.58% | - |
| XYZ | 20.17 | 13.63 | 28.76 | - |
| YUV | 105.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 146 | 0 | 0.49 | 0.02 | 0.42 | 302.47 | 0.32 | 0.44 |
| Hex | 95 | 4C | 92 | 0 | 31 | 2 | 2A | 12E | 20 | 2C |
| Octal | 225 | 114 | 222 | 0 | 61 | 2 | 52 | 456 | 40 | 54 |
| Binary | 10010101 | 1001100 | 10010010 | 0 | 110001 | 10 | 101010 | 100101110 | 100000 | 101100 |
Color Harmonies of #954C92
Complementary color
Monochromatic Colors of #954C92
Black with #954C92
Text Example
Text Example
White with #954C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C92; }
p { color: rgb(149,76,146); }
H1.HeaderClassName
{
color: #954C92;
}
.AnyTagClassName
{
color: #954C92;
}
</style>
background-color css
<style>
a { background-color: #954C92; }
a { background-color: rgb(149,76,146); }
div.DivClassName
{
background-color: #954C92;
}
.BgClassName
{
background-color: #954C92;
}
</style>
border-color css
<style>
span { border-color: #954C92; }
span { border-color: rgb(149,76,146); }
td.TdClassName
{
border-color: #954C92;
}
.TagClassName
{
border-color: #954C92;
}
</style>