Shades of Violet Blue #954D98
Tints of Violet Blue #954D98
RGB
CMYK
RGB Variations
Color information
#954D98 (or 0x954D98) is known color: Violet Blue. HEX triplet: 95, 4D and 98. RGB value is (149,77,152). Sum of RGB (Red+Green+Blue) = 149+77+152=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #954D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D98 is #6AB267. Grayscale: #6A6A6A. Windows color (decimal): -6992488 or 9981333. OLE color: 9981333.
HSL color Cylindrical-coordinate representation of color #954D98: hue angle of 297.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954D98 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 77 | 152 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.40 |
| HSL | 297.6º | 0.33% | 0.45% | - |
| HSV(B) | 297.6º | 0.49% | 0.6% | - |
| XYZ | 20.72 | 13.96 | 31.31 | - |
| YUV | 107.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 152 | 0.02 | 0.49 | 0 | 0.40 | 297.6 | 0.33 | 0.45 |
| Hex | 95 | 4D | 98 | 2 | 31 | 0 | 28 | 12A | 21 | 2D |
| Octal | 225 | 115 | 230 | 2 | 61 | 0 | 50 | 452 | 41 | 55 |
| Binary | 10010101 | 1001101 | 10011000 | 10 | 110001 | 0 | 101000 | 100101010 | 100001 | 101101 |
Color Harmonies of #954D98
Complementary color
Monochromatic Colors of #954D98
Black with #954D98
Text Example
Text Example
White with #954D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D98; }
p { color: rgb(149,77,152); }
H1.HeaderClassName
{
color: #954D98;
}
.AnyTagClassName
{
color: #954D98;
}
</style>
background-color css
<style>
a { background-color: #954D98; }
a { background-color: rgb(149,77,152); }
div.DivClassName
{
background-color: #954D98;
}
.BgClassName
{
background-color: #954D98;
}
</style>
border-color css
<style>
span { border-color: #954D98; }
span { border-color: rgb(149,77,152); }
td.TdClassName
{
border-color: #954D98;
}
.TagClassName
{
border-color: #954D98;
}
</style>