Shades of Violet Blue #956092
Tints of Violet Blue #956092
RGB
CMYK
RGB Variations
Color information
#956092 (or 0x956092) is known color: Violet Blue. HEX triplet: 95, 60 and 92. RGB value is (149,96,146). Sum of RGB (Red+Green+Blue) = 149+96+146=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #956092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956092 is #6A9F6D. Grayscale: #757575. Windows color (decimal): -6987630 or 9592981. OLE color: 9592981.
HSL color Cylindrical-coordinate representation of color #956092: hue angle of 303.4º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956092 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 146 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.42 |
| HSL | 303.4º | 0.22% | 0.48% | - |
| HSV(B) | 303.4º | 0.36% | 0.58% | - |
| XYZ | 21.77 | 16.83 | 29.3 | - |
| YUV | 117.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 146 | 0 | 0.36 | 0.02 | 0.42 | 303.4 | 0.22 | 0.48 |
| Hex | 95 | 60 | 92 | 0 | 24 | 2 | 2A | 12F | 16 | 30 |
| Octal | 225 | 140 | 222 | 0 | 44 | 2 | 52 | 457 | 26 | 60 |
| Binary | 10010101 | 1100000 | 10010010 | 0 | 100100 | 10 | 101010 | 100101111 | 10110 | 110000 |
Color Harmonies of #956092
Complementary color
Monochromatic Colors of #956092
Black with #956092
Text Example
Text Example
White with #956092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956092; }
p { color: rgb(149,96,146); }
H1.HeaderClassName
{
color: #956092;
}
.AnyTagClassName
{
color: #956092;
}
</style>
background-color css
<style>
a { background-color: #956092; }
a { background-color: rgb(149,96,146); }
div.DivClassName
{
background-color: #956092;
}
.BgClassName
{
background-color: #956092;
}
</style>
border-color css
<style>
span { border-color: #956092; }
span { border-color: rgb(149,96,146); }
td.TdClassName
{
border-color: #956092;
}
.TagClassName
{
border-color: #956092;
}
</style>