Shades of Violet Blue #976E93
Tints of Violet Blue #976E93
RGB
CMYK
RGB Variations
Color information
#976E93 (or 0x976E93) is known color: Violet Blue. HEX triplet: 97, 6E and 93. RGB value is (151,110,147). Sum of RGB (Red+Green+Blue) = 151+110+147=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 151 - color contains mainly: red. Hex color #976E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976E93 is #68916C. Grayscale: #7E7E7E. Windows color (decimal): -6852973 or 9662103. OLE color: 9662103.
HSL color Cylindrical-coordinate representation of color #976E93: hue angle of 305.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #976E93 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 147 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.41 |
| HSL | 305.85º | 0.16% | 0.51% | - |
| HSV(B) | 305.85º | 0.27% | 0.59% | - |
| XYZ | 23.6 | 19.84 | 30.19 | - |
| YUV | 126.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 147 | 0 | 0.27 | 0.03 | 0.41 | 305.85 | 0.16 | 0.51 |
| Hex | 97 | 6E | 93 | 0 | 1B | 3 | 29 | 132 | 10 | 33 |
| Octal | 227 | 156 | 223 | 0 | 33 | 3 | 51 | 462 | 20 | 63 |
| Binary | 10010111 | 1101110 | 10010011 | 0 | 11011 | 11 | 101001 | 100110010 | 10000 | 110011 |
Color Harmonies of #976E93
Complementary color
Monochromatic Colors of #976E93
Black with #976E93
Text Example
Text Example
White with #976E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E93; }
p { color: rgb(151,110,147); }
H1.HeaderClassName
{
color: #976E93;
}
.AnyTagClassName
{
color: #976E93;
}
</style>
background-color css
<style>
a { background-color: #976E93; }
a { background-color: rgb(151,110,147); }
div.DivClassName
{
background-color: #976E93;
}
.BgClassName
{
background-color: #976E93;
}
</style>
border-color css
<style>
span { border-color: #976E93; }
span { border-color: rgb(151,110,147); }
td.TdClassName
{
border-color: #976E93;
}
.TagClassName
{
border-color: #976E93;
}
</style>