Shades of Violet Blue #955B91
Tints of Violet Blue #955B91
RGB
CMYK
RGB Variations
Color information
#955B91 (or 0x955B91) is known color: Violet Blue. HEX triplet: 95, 5B and 91. RGB value is (149,91,145). Sum of RGB (Red+Green+Blue) = 149+91+145=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #955B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B91 is #6AA46E. Grayscale: #727272. Windows color (decimal): -6988911 or 9526165. OLE color: 9526165.
HSL color Cylindrical-coordinate representation of color #955B91: hue angle of 304.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B91 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 145 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.42 |
| HSL | 304.14º | 0.24% | 0.47% | - |
| HSV(B) | 304.14º | 0.39% | 0.58% | - |
| XYZ | 21.25 | 15.92 | 28.74 | - |
| YUV | 114.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 145 | 0 | 0.39 | 0.03 | 0.42 | 304.14 | 0.24 | 0.47 |
| Hex | 95 | 5B | 91 | 0 | 27 | 3 | 2A | 130 | 18 | 2F |
| Octal | 225 | 133 | 221 | 0 | 47 | 3 | 52 | 460 | 30 | 57 |
| Binary | 10010101 | 1011011 | 10010001 | 0 | 100111 | 11 | 101010 | 100110000 | 11000 | 101111 |
Color Harmonies of #955B91
Complementary color
Monochromatic Colors of #955B91
Black with #955B91
Text Example
Text Example
White with #955B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B91; }
p { color: rgb(149,91,145); }
H1.HeaderClassName
{
color: #955B91;
}
.AnyTagClassName
{
color: #955B91;
}
</style>
background-color css
<style>
a { background-color: #955B91; }
a { background-color: rgb(149,91,145); }
div.DivClassName
{
background-color: #955B91;
}
.BgClassName
{
background-color: #955B91;
}
</style>
border-color css
<style>
span { border-color: #955B91; }
span { border-color: rgb(149,91,145); }
td.TdClassName
{
border-color: #955B91;
}
.TagClassName
{
border-color: #955B91;
}
</style>