Shades of Violet Blue #954D99
Tints of Violet Blue #954D99
RGB
CMYK
RGB Variations
Color information
#954D99 (or 0x954D99) is known color: Violet Blue. HEX triplet: 95, 4D and 99. RGB value is (149,77,153). Sum of RGB (Red+Green+Blue) = 149+77+153=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #954D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D99 is #6AB266. Grayscale: #6A6A6A. Windows color (decimal): -6992487 or 10046869. OLE color: 10046869.
HSL color Cylindrical-coordinate representation of color #954D99: hue angle of 296.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954D99 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 77 | 153 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.4 |
| HSL | 296.84º | 0.33% | 0.45% | - |
| HSV(B) | 296.84º | 0.5% | 0.6% | - |
| XYZ | 20.8 | 14 | 31.74 | - |
| YUV | 107.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 153 | 0.03 | 0.50 | 0 | 0.4 | 296.84 | 0.33 | 0.45 |
| Hex | 95 | 4D | 99 | 3 | 32 | 0 | 28 | 129 | 21 | 2D |
| Octal | 225 | 115 | 231 | 3 | 62 | 0 | 50 | 451 | 41 | 55 |
| Binary | 10010101 | 1001101 | 10011001 | 11 | 110010 | 0 | 101000 | 100101001 | 100001 | 101101 |
Color Harmonies of #954D99
Complementary color
Monochromatic Colors of #954D99
Black with #954D99
Text Example
Text Example
White with #954D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D99; }
p { color: rgb(149,77,153); }
H1.HeaderClassName
{
color: #954D99;
}
.AnyTagClassName
{
color: #954D99;
}
</style>
background-color css
<style>
a { background-color: #954D99; }
a { background-color: rgb(149,77,153); }
div.DivClassName
{
background-color: #954D99;
}
.BgClassName
{
background-color: #954D99;
}
</style>
border-color css
<style>
span { border-color: #954D99; }
span { border-color: rgb(149,77,153); }
td.TdClassName
{
border-color: #954D99;
}
.TagClassName
{
border-color: #954D99;
}
</style>