Shades of Violet Blue #976394
Tints of Violet Blue #976394
RGB
CMYK
RGB Variations
Color information
#976394 (or 0x976394) is known color: Violet Blue. HEX triplet: 97, 63 and 94. RGB value is (151,99,148). Sum of RGB (Red+Green+Blue) = 151+99+148=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #976394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976394 is #689C6B. Grayscale: #777777. Windows color (decimal): -6855788 or 9724823. OLE color: 9724823.
HSL color Cylindrical-coordinate representation of color #976394: hue angle of 303.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976394 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 148 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.41 |
| HSL | 303.46º | 0.21% | 0.49% | - |
| HSV(B) | 303.46º | 0.34% | 0.59% | - |
| XYZ | 22.57 | 17.64 | 30.23 | - |
| YUV | 120.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 148 | 0 | 0.34 | 0.02 | 0.41 | 303.46 | 0.21 | 0.49 |
| Hex | 97 | 63 | 94 | 0 | 22 | 2 | 29 | 12F | 15 | 31 |
| Octal | 227 | 143 | 224 | 0 | 42 | 2 | 51 | 457 | 25 | 61 |
| Binary | 10010111 | 1100011 | 10010100 | 0 | 100010 | 10 | 101001 | 100101111 | 10101 | 110001 |
Color Harmonies of #976394
Complementary color
Monochromatic Colors of #976394
Black with #976394
Text Example
Text Example
White with #976394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976394; }
p { color: rgb(151,99,148); }
H1.HeaderClassName
{
color: #976394;
}
.AnyTagClassName
{
color: #976394;
}
</style>
background-color css
<style>
a { background-color: #976394; }
a { background-color: rgb(151,99,148); }
div.DivClassName
{
background-color: #976394;
}
.BgClassName
{
background-color: #976394;
}
</style>
border-color css
<style>
span { border-color: #976394; }
span { border-color: rgb(151,99,148); }
td.TdClassName
{
border-color: #976394;
}
.TagClassName
{
border-color: #976394;
}
</style>