Shades of Violet Blue #97598D
Tints of Violet Blue #97598D
RGB
CMYK
RGB Variations
Color information
#97598D (or 0x97598D) is known color: Violet Blue. HEX triplet: 97, 59 and 8D. RGB value is (151,89,141). Sum of RGB (Red+Green+Blue) = 151+89+141=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #97598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97598D is #68A672. Grayscale: #717171. Windows color (decimal): -6858355 or 9263511. OLE color: 9263511.
HSL color Cylindrical-coordinate representation of color #97598D: hue angle of 309.68º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97598D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 141 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.41 |
| HSL | 309.68º | 0.26% | 0.47% | - |
| HSV(B) | 309.68º | 0.41% | 0.59% | - |
| XYZ | 21.14 | 15.65 | 27.11 | - |
| YUV | 113.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 141 | 0 | 0.41 | 0.07 | 0.41 | 309.68 | 0.26 | 0.47 |
| Hex | 97 | 59 | 8D | 0 | 29 | 7 | 29 | 136 | 1A | 2F |
| Octal | 227 | 131 | 215 | 0 | 51 | 7 | 51 | 466 | 32 | 57 |
| Binary | 10010111 | 1011001 | 10001101 | 0 | 101001 | 111 | 101001 | 100110110 | 11010 | 101111 |
Color Harmonies of #97598D
Complementary color
Monochromatic Colors of #97598D
Black with #97598D
Text Example
Text Example
White with #97598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97598D; }
p { color: rgb(151,89,141); }
H1.HeaderClassName
{
color: #97598D;
}
.AnyTagClassName
{
color: #97598D;
}
</style>
background-color css
<style>
a { background-color: #97598D; }
a { background-color: rgb(151,89,141); }
div.DivClassName
{
background-color: #97598D;
}
.BgClassName
{
background-color: #97598D;
}
</style>
border-color css
<style>
span { border-color: #97598D; }
span { border-color: rgb(151,89,141); }
td.TdClassName
{
border-color: #97598D;
}
.TagClassName
{
border-color: #97598D;
}
</style>