Shades of Violet Blue #975398
Tints of Violet Blue #975398
RGB
CMYK
RGB Variations
Color information
#975398 (or 0x975398) is known color: Violet Blue. HEX triplet: 97, 53 and 98. RGB value is (151,83,152). Sum of RGB (Red+Green+Blue) = 151+83+152=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #975398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975398 is #68AC67. Grayscale: #6E6E6E. Windows color (decimal): -6859880 or 9982871. OLE color: 9982871.
HSL color Cylindrical-coordinate representation of color #975398: hue angle of 299.13º 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 #975398 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 83 | 152 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.40 |
| HSL | 299.13º | 0.29% | 0.46% | - |
| HSV(B) | 299.13º | 0.45% | 0.6% | - |
| XYZ | 21.52 | 15.03 | 31.47 | - |
| YUV | 111.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 152 | 0.01 | 0.45 | 0 | 0.40 | 299.13 | 0.29 | 0.46 |
| Hex | 97 | 53 | 98 | 1 | 2D | 0 | 28 | 12B | 1D | 2E |
| Octal | 227 | 123 | 230 | 1 | 55 | 0 | 50 | 453 | 35 | 56 |
| Binary | 10010111 | 1010011 | 10011000 | 1 | 101101 | 0 | 101000 | 100101011 | 11101 | 101110 |
Color Harmonies of #975398
Complementary color
Monochromatic Colors of #975398
Black with #975398
Text Example
Text Example
White with #975398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975398; }
p { color: rgb(151,83,152); }
H1.HeaderClassName
{
color: #975398;
}
.AnyTagClassName
{
color: #975398;
}
</style>
background-color css
<style>
a { background-color: #975398; }
a { background-color: rgb(151,83,152); }
div.DivClassName
{
background-color: #975398;
}
.BgClassName
{
background-color: #975398;
}
</style>
border-color css
<style>
span { border-color: #975398; }
span { border-color: rgb(151,83,152); }
td.TdClassName
{
border-color: #975398;
}
.TagClassName
{
border-color: #975398;
}
</style>