Shades of Violet Blue #975C99
Tints of Violet Blue #975C99
RGB
CMYK
RGB Variations
Color information
#975C99 (or 0x975C99) is known color: Violet Blue. HEX triplet: 97, 5C and 99. RGB value is (151,92,153). Sum of RGB (Red+Green+Blue) = 151+92+153=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #975C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C99 is #68A366. Grayscale: #747474. Windows color (decimal): -6857575 or 10050711. OLE color: 10050711.
HSL color Cylindrical-coordinate representation of color #975C99: hue angle of 298.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975C99 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 92 | 153 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.4 |
| HSL | 298.03º | 0.25% | 0.48% | - |
| HSV(B) | 298.03º | 0.4% | 0.6% | - |
| XYZ | 22.34 | 16.53 | 32.15 | - |
| YUV | 116.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 153 | 0.01 | 0.40 | 0 | 0.4 | 298.03 | 0.25 | 0.48 |
| Hex | 97 | 5C | 99 | 1 | 28 | 0 | 28 | 12A | 19 | 30 |
| Octal | 227 | 134 | 231 | 1 | 50 | 0 | 50 | 452 | 31 | 60 |
| Binary | 10010111 | 1011100 | 10011001 | 1 | 101000 | 0 | 101000 | 100101010 | 11001 | 110000 |
Color Harmonies of #975C99
Complementary color
Monochromatic Colors of #975C99
Black with #975C99
Text Example
Text Example
White with #975C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975C99; }
p { color: rgb(151,92,153); }
H1.HeaderClassName
{
color: #975C99;
}
.AnyTagClassName
{
color: #975C99;
}
</style>
background-color css
<style>
a { background-color: #975C99; }
a { background-color: rgb(151,92,153); }
div.DivClassName
{
background-color: #975C99;
}
.BgClassName
{
background-color: #975C99;
}
</style>
border-color css
<style>
span { border-color: #975C99; }
span { border-color: rgb(151,92,153); }
td.TdClassName
{
border-color: #975C99;
}
.TagClassName
{
border-color: #975C99;
}
</style>