Shades of Violet Blue #956F92
Tints of Violet Blue #956F92
RGB
CMYK
RGB Variations
Color information
#956F92 (or 0x956F92) is known color: Violet Blue. HEX triplet: 95, 6F and 92. RGB value is (149,111,146). Sum of RGB (Red+Green+Blue) = 149+111+146=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #956F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F92 is #6A906D. Grayscale: #7E7E7E. Windows color (decimal): -6983790 or 9596821. OLE color: 9596821.
HSL color Cylindrical-coordinate representation of color #956F92: hue angle of 304.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F92 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 146 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.42 |
| HSL | 304.74º | 0.15% | 0.51% | - |
| HSV(B) | 304.74º | 0.26% | 0.58% | - |
| XYZ | 23.27 | 19.83 | 29.8 | - |
| YUV | 126.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 146 | 0 | 0.26 | 0.02 | 0.42 | 304.74 | 0.15 | 0.51 |
| Hex | 95 | 6F | 92 | 0 | 1A | 2 | 2A | 131 | F | 33 |
| Octal | 225 | 157 | 222 | 0 | 32 | 2 | 52 | 461 | 17 | 63 |
| Binary | 10010101 | 1101111 | 10010010 | 0 | 11010 | 10 | 101010 | 100110001 | 1111 | 110011 |
Color Harmonies of #956F92
Complementary color
Monochromatic Colors of #956F92
Black with #956F92
Text Example
Text Example
White with #956F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F92; }
p { color: rgb(149,111,146); }
H1.HeaderClassName
{
color: #956F92;
}
.AnyTagClassName
{
color: #956F92;
}
</style>
background-color css
<style>
a { background-color: #956F92; }
a { background-color: rgb(149,111,146); }
div.DivClassName
{
background-color: #956F92;
}
.BgClassName
{
background-color: #956F92;
}
</style>
border-color css
<style>
span { border-color: #956F92; }
span { border-color: rgb(149,111,146); }
td.TdClassName
{
border-color: #956F92;
}
.TagClassName
{
border-color: #956F92;
}
</style>