Shades of Violet Blue #954D91
Tints of Violet Blue #954D91
RGB
CMYK
RGB Variations
Color information
#954D91 (or 0x954D91) is known color: Violet Blue. HEX triplet: 95, 4D and 91. RGB value is (149,77,145). Sum of RGB (Red+Green+Blue) = 149+77+145=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #954D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D91 is #6AB26E. Grayscale: #6A6A6A. Windows color (decimal): -6992495 or 9522581. OLE color: 9522581.
HSL color Cylindrical-coordinate representation of color #954D91: hue angle of 303.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D91 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 145 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.42 |
| HSL | 303.33º | 0.32% | 0.44% | - |
| HSV(B) | 303.33º | 0.48% | 0.58% | - |
| XYZ | 20.16 | 13.74 | 28.38 | - |
| YUV | 106.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 145 | 0 | 0.48 | 0.03 | 0.42 | 303.33 | 0.32 | 0.44 |
| Hex | 95 | 4D | 91 | 0 | 30 | 3 | 2A | 12F | 20 | 2C |
| Octal | 225 | 115 | 221 | 0 | 60 | 3 | 52 | 457 | 40 | 54 |
| Binary | 10010101 | 1001101 | 10010001 | 0 | 110000 | 11 | 101010 | 100101111 | 100000 | 101100 |
Color Harmonies of #954D91
Complementary color
Monochromatic Colors of #954D91
Black with #954D91
Text Example
Text Example
White with #954D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D91; }
p { color: rgb(149,77,145); }
H1.HeaderClassName
{
color: #954D91;
}
.AnyTagClassName
{
color: #954D91;
}
</style>
background-color css
<style>
a { background-color: #954D91; }
a { background-color: rgb(149,77,145); }
div.DivClassName
{
background-color: #954D91;
}
.BgClassName
{
background-color: #954D91;
}
</style>
border-color css
<style>
span { border-color: #954D91; }
span { border-color: rgb(149,77,145); }
td.TdClassName
{
border-color: #954D91;
}
.TagClassName
{
border-color: #954D91;
}
</style>