Shades of Violet Blue #955896
Tints of Violet Blue #955896
RGB
CMYK
RGB Variations
Color information
#955896 (or 0x955896) is known color: Violet Blue. HEX triplet: 95, 58 and 96. RGB value is (149,88,150). Sum of RGB (Red+Green+Blue) = 149+88+150=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #955896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955896 is #6AA769. Grayscale: #717171. Windows color (decimal): -6989674 or 9853077. OLE color: 9853077.
HSL color Cylindrical-coordinate representation of color #955896: hue angle of 299.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955896 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 88 | 150 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.41 |
| HSL | 299.03º | 0.26% | 0.47% | - |
| HSV(B) | 299.03º | 0.41% | 0.59% | - |
| XYZ | 21.39 | 15.57 | 30.73 | - |
| YUV | 113.31 | 148.71 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 150 | 0.01 | 0.41 | 0 | 0.41 | 299.03 | 0.26 | 0.47 |
| Hex | 95 | 58 | 96 | 1 | 29 | 0 | 29 | 12B | 1A | 2F |
| Octal | 225 | 130 | 226 | 1 | 51 | 0 | 51 | 453 | 32 | 57 |
| Binary | 10010101 | 1011000 | 10010110 | 1 | 101001 | 0 | 101001 | 100101011 | 11010 | 101111 |
Color Harmonies of #955896
Complementary color
Monochromatic Colors of #955896
Black with #955896
Text Example
Text Example
White with #955896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955896; }
p { color: rgb(149,88,150); }
H1.HeaderClassName
{
color: #955896;
}
.AnyTagClassName
{
color: #955896;
}
</style>
background-color css
<style>
a { background-color: #955896; }
a { background-color: rgb(149,88,150); }
div.DivClassName
{
background-color: #955896;
}
.BgClassName
{
background-color: #955896;
}
</style>
border-color css
<style>
span { border-color: #955896; }
span { border-color: rgb(149,88,150); }
td.TdClassName
{
border-color: #955896;
}
.TagClassName
{
border-color: #955896;
}
</style>