Shades of Violet Blue #975498
Tints of Violet Blue #975498
RGB
CMYK
RGB Variations
Color information
#975498 (or 0x975498) is known color: Violet Blue. HEX triplet: 97, 54 and 98. RGB value is (151,84,152). Sum of RGB (Red+Green+Blue) = 151+84+152=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #975498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975498 is #68AB67. Grayscale: #6F6F6F. Windows color (decimal): -6859624 or 9983127. OLE color: 9983127.
HSL color Cylindrical-coordinate representation of color #975498: hue angle of 299.12º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975498 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 84 | 152 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.40 |
| HSL | 299.12º | 0.29% | 0.46% | - |
| HSV(B) | 299.12º | 0.45% | 0.6% | - |
| XYZ | 21.6 | 15.19 | 31.5 | - |
| YUV | 111.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 152 | 0.01 | 0.45 | 0 | 0.40 | 299.12 | 0.29 | 0.46 |
| Hex | 97 | 54 | 98 | 1 | 2D | 0 | 28 | 12B | 1D | 2E |
| Octal | 227 | 124 | 230 | 1 | 55 | 0 | 50 | 453 | 35 | 56 |
| Binary | 10010111 | 1010100 | 10011000 | 1 | 101101 | 0 | 101000 | 100101011 | 11101 | 101110 |
Color Harmonies of #975498
Complementary color
Monochromatic Colors of #975498
Black with #975498
Text Example
Text Example
White with #975498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975498; }
p { color: rgb(151,84,152); }
H1.HeaderClassName
{
color: #975498;
}
.AnyTagClassName
{
color: #975498;
}
</style>
background-color css
<style>
a { background-color: #975498; }
a { background-color: rgb(151,84,152); }
div.DivClassName
{
background-color: #975498;
}
.BgClassName
{
background-color: #975498;
}
</style>
border-color css
<style>
span { border-color: #975498; }
span { border-color: rgb(151,84,152); }
td.TdClassName
{
border-color: #975498;
}
.TagClassName
{
border-color: #975498;
}
</style>