Shades of Violet Blue #975795
Tints of Violet Blue #975795
RGB
CMYK
RGB Variations
Color information
#975795 (or 0x975795) is known color: Violet Blue. HEX triplet: 97, 57 and 95. RGB value is (151,87,149). Sum of RGB (Red+Green+Blue) = 151+87+149=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #975795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975795 is #68A86A. Grayscale: #717171. Windows color (decimal): -6858859 or 9787287. OLE color: 9787287.
HSL color Cylindrical-coordinate representation of color #975795: hue angle of 301.88º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975795 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 87 | 149 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.41 |
| HSL | 301.88º | 0.27% | 0.47% | - |
| HSV(B) | 301.88º | 0.42% | 0.59% | - |
| XYZ | 21.6 | 15.57 | 30.3 | - |
| YUV | 113.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 149 | 0 | 0.42 | 0.01 | 0.41 | 301.88 | 0.27 | 0.47 |
| Hex | 97 | 57 | 95 | 0 | 2A | 1 | 29 | 12E | 1B | 2F |
| Octal | 227 | 127 | 225 | 0 | 52 | 1 | 51 | 456 | 33 | 57 |
| Binary | 10010111 | 1010111 | 10010101 | 0 | 101010 | 1 | 101001 | 100101110 | 11011 | 101111 |
Color Harmonies of #975795
Complementary color
Monochromatic Colors of #975795
Black with #975795
Text Example
Text Example
White with #975795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975795; }
p { color: rgb(151,87,149); }
H1.HeaderClassName
{
color: #975795;
}
.AnyTagClassName
{
color: #975795;
}
</style>
background-color css
<style>
a { background-color: #975795; }
a { background-color: rgb(151,87,149); }
div.DivClassName
{
background-color: #975795;
}
.BgClassName
{
background-color: #975795;
}
</style>
border-color css
<style>
span { border-color: #975795; }
span { border-color: rgb(151,87,149); }
td.TdClassName
{
border-color: #975795;
}
.TagClassName
{
border-color: #975795;
}
</style>