Shades of Violet Blue #976793
Tints of Violet Blue #976793
RGB
CMYK
RGB Variations
Color information
#976793 (or 0x976793) is known color: Violet Blue. HEX triplet: 97, 67 and 93. RGB value is (151,103,147). Sum of RGB (Red+Green+Blue) = 151+103+147=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #976793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976793 is #68986C. Grayscale: #7A7A7A. Windows color (decimal): -6854765 or 9660311. OLE color: 9660311.
HSL color Cylindrical-coordinate representation of color #976793: hue angle of 305º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976793 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 147 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.41 |
| HSL | 305º | 0.19% | 0.5% | - |
| HSV(B) | 305º | 0.32% | 0.59% | - |
| XYZ | 22.88 | 18.39 | 29.95 | - |
| YUV | 122.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 147 | 0 | 0.32 | 0.03 | 0.41 | 305 | 0.19 | 0.5 |
| Hex | 97 | 67 | 93 | 0 | 20 | 3 | 29 | 131 | 13 | 32 |
| Octal | 227 | 147 | 223 | 0 | 40 | 3 | 51 | 461 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10010011 | 0 | 100000 | 11 | 101001 | 100110001 | 10011 | 110010 |
Color Harmonies of #976793
Complementary color
Monochromatic Colors of #976793
Black with #976793
Text Example
Text Example
White with #976793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976793; }
p { color: rgb(151,103,147); }
H1.HeaderClassName
{
color: #976793;
}
.AnyTagClassName
{
color: #976793;
}
</style>
background-color css
<style>
a { background-color: #976793; }
a { background-color: rgb(151,103,147); }
div.DivClassName
{
background-color: #976793;
}
.BgClassName
{
background-color: #976793;
}
</style>
border-color css
<style>
span { border-color: #976793; }
span { border-color: rgb(151,103,147); }
td.TdClassName
{
border-color: #976793;
}
.TagClassName
{
border-color: #976793;
}
</style>