Shades of Violet Blue #956291
Tints of Violet Blue #956291
RGB
CMYK
RGB Variations
Color information
#956291 (or 0x956291) is known color: Violet Blue. HEX triplet: 95, 62 and 91. RGB value is (149,98,145). Sum of RGB (Red+Green+Blue) = 149+98+145=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #956291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956291 is #6A9D6E. Grayscale: #767676. Windows color (decimal): -6987119 or 9527957. OLE color: 9527957.
HSL color Cylindrical-coordinate representation of color #956291: hue angle of 304.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956291 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 145 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.42 |
| HSL | 304.71º | 0.21% | 0.48% | - |
| HSV(B) | 304.71º | 0.34% | 0.58% | - |
| XYZ | 21.87 | 17.17 | 28.95 | - |
| YUV | 118.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 145 | 0 | 0.34 | 0.03 | 0.42 | 304.71 | 0.21 | 0.48 |
| Hex | 95 | 62 | 91 | 0 | 22 | 3 | 2A | 131 | 15 | 30 |
| Octal | 225 | 142 | 221 | 0 | 42 | 3 | 52 | 461 | 25 | 60 |
| Binary | 10010101 | 1100010 | 10010001 | 0 | 100010 | 11 | 101010 | 100110001 | 10101 | 110000 |
Color Harmonies of #956291
Complementary color
Monochromatic Colors of #956291
Black with #956291
Text Example
Text Example
White with #956291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956291; }
p { color: rgb(149,98,145); }
H1.HeaderClassName
{
color: #956291;
}
.AnyTagClassName
{
color: #956291;
}
</style>
background-color css
<style>
a { background-color: #956291; }
a { background-color: rgb(149,98,145); }
div.DivClassName
{
background-color: #956291;
}
.BgClassName
{
background-color: #956291;
}
</style>
border-color css
<style>
span { border-color: #956291; }
span { border-color: rgb(149,98,145); }
td.TdClassName
{
border-color: #956291;
}
.TagClassName
{
border-color: #956291;
}
</style>