Shades of Violet Blue #975097
Tints of Violet Blue #975097
RGB
CMYK
RGB Variations
Color information
#975097 (or 0x975097) is known color: Violet Blue. HEX triplet: 97, 50 and 97. RGB value is (151,80,151). Sum of RGB (Red+Green+Blue) = 151+80+151=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #975097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975097 is #68AF68. Grayscale: #6D6D6D. Windows color (decimal): -6860649 or 9916567. OLE color: 9916567.
HSL color Cylindrical-coordinate representation of color #975097: hue angle of 300º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975097 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 80 | 151 | - |
| CMYK | 0 | 0.47 | 0 | 0.41 |
| HSL | 300º | 0.31% | 0.45% | - |
| HSV(B) | 300º | 0.47% | 0.59% | - |
| XYZ | 21.22 | 14.55 | 30.97 | - |
| YUV | 109.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 151 | 0 | 0.47 | 0 | 0.41 | 300 | 0.31 | 0.45 |
| Hex | 97 | 50 | 97 | 0 | 2F | 0 | 29 | 12C | 1F | 2D |
| Octal | 227 | 120 | 227 | 0 | 57 | 0 | 51 | 454 | 37 | 55 |
| Binary | 10010111 | 1010000 | 10010111 | 0 | 101111 | 0 | 101001 | 100101100 | 11111 | 101101 |
Color Harmonies of #975097
Complementary color
Monochromatic Colors of #975097
Black with #975097
Text Example
Text Example
White with #975097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975097; }
p { color: rgb(151,80,151); }
H1.HeaderClassName
{
color: #975097;
}
.AnyTagClassName
{
color: #975097;
}
</style>
background-color css
<style>
a { background-color: #975097; }
a { background-color: rgb(151,80,151); }
div.DivClassName
{
background-color: #975097;
}
.BgClassName
{
background-color: #975097;
}
</style>
border-color css
<style>
span { border-color: #975097; }
span { border-color: rgb(151,80,151); }
td.TdClassName
{
border-color: #975097;
}
.TagClassName
{
border-color: #975097;
}
</style>