Shades of Violet Blue #956590
Tints of Violet Blue #956590
RGB
CMYK
RGB Variations
Color information
#956590 (or 0x956590) is known color: Violet Blue. HEX triplet: 95, 65 and 90. RGB value is (149,101,144). Sum of RGB (Red+Green+Blue) = 149+101+144=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #956590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956590 is #6A9A6F. Grayscale: #787878. Windows color (decimal): -6986352 or 9463189. OLE color: 9463189.
HSL color Cylindrical-coordinate representation of color #956590: hue angle of 306.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956590 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 144 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.42 |
| HSL | 306.25º | 0.19% | 0.49% | - |
| HSV(B) | 306.25º | 0.32% | 0.58% | - |
| XYZ | 22.08 | 17.71 | 28.64 | - |
| YUV | 120.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 144 | 0 | 0.32 | 0.03 | 0.42 | 306.25 | 0.19 | 0.49 |
| Hex | 95 | 65 | 90 | 0 | 20 | 3 | 2A | 132 | 13 | 31 |
| Octal | 225 | 145 | 220 | 0 | 40 | 3 | 52 | 462 | 23 | 61 |
| Binary | 10010101 | 1100101 | 10010000 | 0 | 100000 | 11 | 101010 | 100110010 | 10011 | 110001 |
Color Harmonies of #956590
Complementary color
Monochromatic Colors of #956590
Black with #956590
Text Example
Text Example
White with #956590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956590; }
p { color: rgb(149,101,144); }
H1.HeaderClassName
{
color: #956590;
}
.AnyTagClassName
{
color: #956590;
}
</style>
background-color css
<style>
a { background-color: #956590; }
a { background-color: rgb(149,101,144); }
div.DivClassName
{
background-color: #956590;
}
.BgClassName
{
background-color: #956590;
}
</style>
border-color css
<style>
span { border-color: #956590; }
span { border-color: rgb(149,101,144); }
td.TdClassName
{
border-color: #956590;
}
.TagClassName
{
border-color: #956590;
}
</style>