Shades of Violet Blue #955091
Tints of Violet Blue #955091
RGB
CMYK
RGB Variations
Color information
#955091 (or 0x955091) is known color: Violet Blue. HEX triplet: 95, 50 and 91. RGB value is (149,80,145). Sum of RGB (Red+Green+Blue) = 149+80+145=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #955091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955091 is #6AAF6E. Grayscale: #6B6B6B. Windows color (decimal): -6991727 or 9523349. OLE color: 9523349.
HSL color Cylindrical-coordinate representation of color #955091: hue angle of 303.48º 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 #955091 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 145 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.42 |
| HSL | 303.48º | 0.3% | 0.45% | - |
| HSV(B) | 303.48º | 0.46% | 0.58% | - |
| XYZ | 20.37 | 14.17 | 28.45 | - |
| YUV | 108.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 145 | 0 | 0.46 | 0.03 | 0.42 | 303.48 | 0.3 | 0.45 |
| Hex | 95 | 50 | 91 | 0 | 2E | 3 | 2A | 12F | 1E | 2D |
| Octal | 225 | 120 | 221 | 0 | 56 | 3 | 52 | 457 | 36 | 55 |
| Binary | 10010101 | 1010000 | 10010001 | 0 | 101110 | 11 | 101010 | 100101111 | 11110 | 101101 |
Color Harmonies of #955091
Complementary color
Monochromatic Colors of #955091
Black with #955091
Text Example
Text Example
White with #955091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955091; }
p { color: rgb(149,80,145); }
H1.HeaderClassName
{
color: #955091;
}
.AnyTagClassName
{
color: #955091;
}
</style>
background-color css
<style>
a { background-color: #955091; }
a { background-color: rgb(149,80,145); }
div.DivClassName
{
background-color: #955091;
}
.BgClassName
{
background-color: #955091;
}
</style>
border-color css
<style>
span { border-color: #955091; }
span { border-color: rgb(149,80,145); }
td.TdClassName
{
border-color: #955091;
}
.TagClassName
{
border-color: #955091;
}
</style>