Shades of Violet Blue #976092
Tints of Violet Blue #976092
RGB
CMYK
RGB Variations
Color information
#976092 (or 0x976092) is known color: Violet Blue. HEX triplet: 97, 60 and 92. RGB value is (151,96,146). Sum of RGB (Red+Green+Blue) = 151+96+146=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #976092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976092 is #689F6D. Grayscale: #767676. Windows color (decimal): -6856558 or 9592983. OLE color: 9592983.
HSL color Cylindrical-coordinate representation of color #976092: hue angle of 305.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976092 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 146 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.41 |
| HSL | 305.45º | 0.22% | 0.48% | - |
| HSV(B) | 305.45º | 0.36% | 0.59% | - |
| XYZ | 22.13 | 17.02 | 29.31 | - |
| YUV | 118.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 146 | 0 | 0.36 | 0.03 | 0.41 | 305.45 | 0.22 | 0.48 |
| Hex | 97 | 60 | 92 | 0 | 24 | 3 | 29 | 131 | 16 | 30 |
| Octal | 227 | 140 | 222 | 0 | 44 | 3 | 51 | 461 | 26 | 60 |
| Binary | 10010111 | 1100000 | 10010010 | 0 | 100100 | 11 | 101001 | 100110001 | 10110 | 110000 |
Color Harmonies of #976092
Complementary color
Monochromatic Colors of #976092
Black with #976092
Text Example
Text Example
White with #976092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976092; }
p { color: rgb(151,96,146); }
H1.HeaderClassName
{
color: #976092;
}
.AnyTagClassName
{
color: #976092;
}
</style>
background-color css
<style>
a { background-color: #976092; }
a { background-color: rgb(151,96,146); }
div.DivClassName
{
background-color: #976092;
}
.BgClassName
{
background-color: #976092;
}
</style>
border-color css
<style>
span { border-color: #976092; }
span { border-color: rgb(151,96,146); }
td.TdClassName
{
border-color: #976092;
}
.TagClassName
{
border-color: #976092;
}
</style>