Shades of Violet Blue #954992
Tints of Violet Blue #954992
RGB
CMYK
RGB Variations
Color information
#954992 (or 0x954992) is known color: Violet Blue. HEX triplet: 95, 49 and 92. RGB value is (149,73,146). Sum of RGB (Red+Green+Blue) = 149+73+146=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954992 is #6AB66D. Grayscale: #676767. Windows color (decimal): -6993518 or 9587093. OLE color: 9587093.
HSL color Cylindrical-coordinate representation of color #954992: hue angle of 302.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954992 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 146 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.42 |
| HSL | 302.37º | 0.34% | 0.44% | - |
| HSV(B) | 302.37º | 0.51% | 0.58% | - |
| XYZ | 19.97 | 13.23 | 28.7 | - |
| YUV | 104.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 146 | 0 | 0.51 | 0.02 | 0.42 | 302.37 | 0.34 | 0.44 |
| Hex | 95 | 49 | 92 | 0 | 33 | 2 | 2A | 12E | 22 | 2C |
| Octal | 225 | 111 | 222 | 0 | 63 | 2 | 52 | 456 | 42 | 54 |
| Binary | 10010101 | 1001001 | 10010010 | 0 | 110011 | 10 | 101010 | 100101110 | 100010 | 101100 |
Color Harmonies of #954992
Complementary color
Monochromatic Colors of #954992
Black with #954992
Text Example
Text Example
White with #954992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954992; }
p { color: rgb(149,73,146); }
H1.HeaderClassName
{
color: #954992;
}
.AnyTagClassName
{
color: #954992;
}
</style>
background-color css
<style>
a { background-color: #954992; }
a { background-color: rgb(149,73,146); }
div.DivClassName
{
background-color: #954992;
}
.BgClassName
{
background-color: #954992;
}
</style>
border-color css
<style>
span { border-color: #954992; }
span { border-color: rgb(149,73,146); }
td.TdClassName
{
border-color: #954992;
}
.TagClassName
{
border-color: #954992;
}
</style>