Shades of Violet Blue #97628E
Tints of Violet Blue #97628E
RGB
CMYK
RGB Variations
Color information
#97628E (or 0x97628E) is known color: Violet Blue. HEX triplet: 97, 62 and 8E. RGB value is (151,98,142). Sum of RGB (Red+Green+Blue) = 151+98+142=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97628E is #689D71. Grayscale: #767676. Windows color (decimal): -6856050 or 9331351. OLE color: 9331351.
HSL color Cylindrical-coordinate representation of color #97628E: hue angle of 310.19º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97628E is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 142 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.41 |
| HSL | 310.19º | 0.21% | 0.49% | - |
| HSV(B) | 310.19º | 0.35% | 0.59% | - |
| XYZ | 22.01 | 17.27 | 27.76 | - |
| YUV | 118.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 142 | 0 | 0.35 | 0.06 | 0.41 | 310.19 | 0.21 | 0.49 |
| Hex | 97 | 62 | 8E | 0 | 23 | 6 | 29 | 136 | 15 | 31 |
| Octal | 227 | 142 | 216 | 0 | 43 | 6 | 51 | 466 | 25 | 61 |
| Binary | 10010111 | 1100010 | 10001110 | 0 | 100011 | 110 | 101001 | 100110110 | 10101 | 110001 |
Color Harmonies of #97628E
Complementary color
Monochromatic Colors of #97628E
Black with #97628E
Text Example
Text Example
White with #97628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97628E; }
p { color: rgb(151,98,142); }
H1.HeaderClassName
{
color: #97628E;
}
.AnyTagClassName
{
color: #97628E;
}
</style>
background-color css
<style>
a { background-color: #97628E; }
a { background-color: rgb(151,98,142); }
div.DivClassName
{
background-color: #97628E;
}
.BgClassName
{
background-color: #97628E;
}
</style>
border-color css
<style>
span { border-color: #97628E; }
span { border-color: rgb(151,98,142); }
td.TdClassName
{
border-color: #97628E;
}
.TagClassName
{
border-color: #97628E;
}
</style>