Shades of Violet Blue #956892
Tints of Violet Blue #956892
RGB
CMYK
RGB Variations
Color information
#956892 (or 0x956892) is known color: Violet Blue. HEX triplet: 95, 68 and 92. RGB value is (149,104,146). Sum of RGB (Red+Green+Blue) = 149+104+146=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #956892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956892 is #6A976D. Grayscale: #7A7A7A. Windows color (decimal): -6985582 or 9595029. OLE color: 9595029.
HSL color Cylindrical-coordinate representation of color #956892: hue angle of 304º degrees, saturation: 0.18, 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 #956892 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 146 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.42 |
| HSL | 304º | 0.18% | 0.5% | - |
| HSV(B) | 304º | 0.3% | 0.58% | - |
| XYZ | 22.53 | 18.37 | 29.55 | - |
| YUV | 122.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 146 | 0 | 0.30 | 0.02 | 0.42 | 304 | 0.18 | 0.5 |
| Hex | 95 | 68 | 92 | 0 | 1E | 2 | 2A | 130 | 12 | 32 |
| Octal | 225 | 150 | 222 | 0 | 36 | 2 | 52 | 460 | 22 | 62 |
| Binary | 10010101 | 1101000 | 10010010 | 0 | 11110 | 10 | 101010 | 100110000 | 10010 | 110010 |
Color Harmonies of #956892
Complementary color
Monochromatic Colors of #956892
Black with #956892
Text Example
Text Example
White with #956892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956892; }
p { color: rgb(149,104,146); }
H1.HeaderClassName
{
color: #956892;
}
.AnyTagClassName
{
color: #956892;
}
</style>
background-color css
<style>
a { background-color: #956892; }
a { background-color: rgb(149,104,146); }
div.DivClassName
{
background-color: #956892;
}
.BgClassName
{
background-color: #956892;
}
</style>
border-color css
<style>
span { border-color: #956892; }
span { border-color: rgb(149,104,146); }
td.TdClassName
{
border-color: #956892;
}
.TagClassName
{
border-color: #956892;
}
</style>