Shades of Violet Blue #955891
Tints of Violet Blue #955891
RGB
CMYK
RGB Variations
Color information
#955891 (or 0x955891) is known color: Violet Blue. HEX triplet: 95, 58 and 91. RGB value is (149,88,145). Sum of RGB (Red+Green+Blue) = 149+88+145=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955891 is #6AA76E. Grayscale: #707070. Windows color (decimal): -6989679 or 9525397. OLE color: 9525397.
HSL color Cylindrical-coordinate representation of color #955891: hue angle of 303.93º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955891 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 145 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.42 |
| HSL | 303.93º | 0.26% | 0.46% | - |
| HSV(B) | 303.93º | 0.41% | 0.58% | - |
| XYZ | 20.99 | 15.41 | 28.66 | - |
| YUV | 112.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 145 | 0 | 0.41 | 0.03 | 0.42 | 303.93 | 0.26 | 0.46 |
| Hex | 95 | 58 | 91 | 0 | 29 | 3 | 2A | 130 | 1A | 2E |
| Octal | 225 | 130 | 221 | 0 | 51 | 3 | 52 | 460 | 32 | 56 |
| Binary | 10010101 | 1011000 | 10010001 | 0 | 101001 | 11 | 101010 | 100110000 | 11010 | 101110 |
Color Harmonies of #955891
Complementary color
Monochromatic Colors of #955891
Black with #955891
Text Example
Text Example
White with #955891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955891; }
p { color: rgb(149,88,145); }
H1.HeaderClassName
{
color: #955891;
}
.AnyTagClassName
{
color: #955891;
}
</style>
background-color css
<style>
a { background-color: #955891; }
a { background-color: rgb(149,88,145); }
div.DivClassName
{
background-color: #955891;
}
.BgClassName
{
background-color: #955891;
}
</style>
border-color css
<style>
span { border-color: #955891; }
span { border-color: rgb(149,88,145); }
td.TdClassName
{
border-color: #955891;
}
.TagClassName
{
border-color: #955891;
}
</style>