Shades of Violet Blue #956992
Tints of Violet Blue #956992
RGB
CMYK
RGB Variations
Color information
#956992 (or 0x956992) is known color: Violet Blue. HEX triplet: 95, 69 and 92. RGB value is (149,105,146). Sum of RGB (Red+Green+Blue) = 149+105+146=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #956992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956992 is #6A966D. Grayscale: #7A7A7A. Windows color (decimal): -6985326 or 9595285. OLE color: 9595285.
HSL color Cylindrical-coordinate representation of color #956992: hue angle of 304.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956992 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 146 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.42 |
| HSL | 304.09º | 0.17% | 0.5% | - |
| HSV(B) | 304.09º | 0.3% | 0.58% | - |
| XYZ | 22.63 | 18.57 | 29.59 | - |
| YUV | 122.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 146 | 0 | 0.30 | 0.02 | 0.42 | 304.09 | 0.17 | 0.5 |
| Hex | 95 | 69 | 92 | 0 | 1E | 2 | 2A | 130 | 11 | 32 |
| Octal | 225 | 151 | 222 | 0 | 36 | 2 | 52 | 460 | 21 | 62 |
| Binary | 10010101 | 1101001 | 10010010 | 0 | 11110 | 10 | 101010 | 100110000 | 10001 | 110010 |
Color Harmonies of #956992
Complementary color
Monochromatic Colors of #956992
Black with #956992
Text Example
Text Example
White with #956992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956992; }
p { color: rgb(149,105,146); }
H1.HeaderClassName
{
color: #956992;
}
.AnyTagClassName
{
color: #956992;
}
</style>
background-color css
<style>
a { background-color: #956992; }
a { background-color: rgb(149,105,146); }
div.DivClassName
{
background-color: #956992;
}
.BgClassName
{
background-color: #956992;
}
</style>
border-color css
<style>
span { border-color: #956992; }
span { border-color: rgb(149,105,146); }
td.TdClassName
{
border-color: #956992;
}
.TagClassName
{
border-color: #956992;
}
</style>