Shades of Violet Blue #954D96
Tints of Violet Blue #954D96
RGB
CMYK
RGB Variations
Color information
#954D96 (or 0x954D96) is known color: Violet Blue. HEX triplet: 95, 4D and 96. RGB value is (149,77,150). Sum of RGB (Red+Green+Blue) = 149+77+150=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #954D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D96 is #6AB269. Grayscale: #6A6A6A. Windows color (decimal): -6992490 or 9850261. OLE color: 9850261.
HSL color Cylindrical-coordinate representation of color #954D96: hue angle of 299.18º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954D96 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 77 | 150 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.41 |
| HSL | 299.18º | 0.32% | 0.45% | - |
| HSV(B) | 299.18º | 0.49% | 0.59% | - |
| XYZ | 20.55 | 13.9 | 30.45 | - |
| YUV | 106.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 150 | 0.01 | 0.49 | 0 | 0.41 | 299.18 | 0.32 | 0.45 |
| Hex | 95 | 4D | 96 | 1 | 31 | 0 | 29 | 12B | 20 | 2D |
| Octal | 225 | 115 | 226 | 1 | 61 | 0 | 51 | 453 | 40 | 55 |
| Binary | 10010101 | 1001101 | 10010110 | 1 | 110001 | 0 | 101001 | 100101011 | 100000 | 101101 |
Color Harmonies of #954D96
Complementary color
Monochromatic Colors of #954D96
Black with #954D96
Text Example
Text Example
White with #954D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D96; }
p { color: rgb(149,77,150); }
H1.HeaderClassName
{
color: #954D96;
}
.AnyTagClassName
{
color: #954D96;
}
</style>
background-color css
<style>
a { background-color: #954D96; }
a { background-color: rgb(149,77,150); }
div.DivClassName
{
background-color: #954D96;
}
.BgClassName
{
background-color: #954D96;
}
</style>
border-color css
<style>
span { border-color: #954D96; }
span { border-color: rgb(149,77,150); }
td.TdClassName
{
border-color: #954D96;
}
.TagClassName
{
border-color: #954D96;
}
</style>