Shades of Violet Blue #97529E
Tints of Violet Blue #97529E
RGB
CMYK
RGB Variations
Color information
#97529E (or 0x97529E) is known color: Violet Blue. HEX triplet: 97, 52 and 9E. RGB value is (151,82,158). Sum of RGB (Red+Green+Blue) = 151+82+158=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #97529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97529E is #68AD61. Grayscale: #6F6F6F. Windows color (decimal): -6860130 or 10375831. OLE color: 10375831.
HSL color Cylindrical-coordinate representation of color #97529E: hue angle of 294.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97529E is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 82 | 158 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.38 |
| HSL | 294.47º | 0.32% | 0.47% | - |
| HSV(B) | 294.47º | 0.48% | 0.62% | - |
| XYZ | 21.95 | 15.08 | 34.1 | - |
| YUV | 111.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 158 | 0.04 | 0.48 | 0 | 0.38 | 294.47 | 0.32 | 0.47 |
| Hex | 97 | 52 | 9E | 4 | 30 | 0 | 26 | 126 | 20 | 2F |
| Octal | 227 | 122 | 236 | 4 | 60 | 0 | 46 | 446 | 40 | 57 |
| Binary | 10010111 | 1010010 | 10011110 | 100 | 110000 | 0 | 100110 | 100100110 | 100000 | 101111 |
Color Harmonies of #97529E
Complementary color
Monochromatic Colors of #97529E
Black with #97529E
Text Example
Text Example
White with #97529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97529E; }
p { color: rgb(151,82,158); }
H1.HeaderClassName
{
color: #97529E;
}
.AnyTagClassName
{
color: #97529E;
}
</style>
background-color css
<style>
a { background-color: #97529E; }
a { background-color: rgb(151,82,158); }
div.DivClassName
{
background-color: #97529E;
}
.BgClassName
{
background-color: #97529E;
}
</style>
border-color css
<style>
span { border-color: #97529E; }
span { border-color: rgb(151,82,158); }
td.TdClassName
{
border-color: #97529E;
}
.TagClassName
{
border-color: #97529E;
}
</style>