Shades of Violet Blue #955191
Tints of Violet Blue #955191
RGB
CMYK
RGB Variations
Color information
#955191 (or 0x955191) is known color: Violet Blue. HEX triplet: 95, 51 and 91. RGB value is (149,81,145). Sum of RGB (Red+Green+Blue) = 149+81+145=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #955191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955191 is #6AAE6E. Grayscale: #6C6C6C. Windows color (decimal): -6991471 or 9523605. OLE color: 9523605.
HSL color Cylindrical-coordinate representation of color #955191: hue angle of 303.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955191 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 145 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.42 |
| HSL | 303.53º | 0.3% | 0.45% | - |
| HSV(B) | 303.53º | 0.46% | 0.58% | - |
| XYZ | 20.45 | 14.32 | 28.47 | - |
| YUV | 108.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 145 | 0 | 0.46 | 0.03 | 0.42 | 303.53 | 0.3 | 0.45 |
| Hex | 95 | 51 | 91 | 0 | 2E | 3 | 2A | 130 | 1E | 2D |
| Octal | 225 | 121 | 221 | 0 | 56 | 3 | 52 | 460 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10010001 | 0 | 101110 | 11 | 101010 | 100110000 | 11110 | 101101 |
Color Harmonies of #955191
Complementary color
Monochromatic Colors of #955191
Black with #955191
Text Example
Text Example
White with #955191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955191; }
p { color: rgb(149,81,145); }
H1.HeaderClassName
{
color: #955191;
}
.AnyTagClassName
{
color: #955191;
}
</style>
background-color css
<style>
a { background-color: #955191; }
a { background-color: rgb(149,81,145); }
div.DivClassName
{
background-color: #955191;
}
.BgClassName
{
background-color: #955191;
}
</style>
border-color css
<style>
span { border-color: #955191; }
span { border-color: rgb(149,81,145); }
td.TdClassName
{
border-color: #955191;
}
.TagClassName
{
border-color: #955191;
}
</style>