Shades of Violet Blue #975F8E
Tints of Violet Blue #975F8E
RGB
CMYK
RGB Variations
Color information
#975F8E (or 0x975F8E) is known color: Violet Blue. HEX triplet: 97, 5F and 8E. RGB value is (151,95,142). Sum of RGB (Red+Green+Blue) = 151+95+142=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #975F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975F8E is #68A071. Grayscale: #747474. Windows color (decimal): -6856818 or 9330583. OLE color: 9330583.
HSL color Cylindrical-coordinate representation of color #975F8E: hue angle of 309.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #975F8E is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 95 | 142 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.41 |
| HSL | 309.64º | 0.23% | 0.48% | - |
| HSV(B) | 309.64º | 0.37% | 0.59% | - |
| XYZ | 21.74 | 16.72 | 27.67 | - |
| YUV | 117.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 142 | 0 | 0.37 | 0.06 | 0.41 | 309.64 | 0.23 | 0.48 |
| Hex | 97 | 5F | 8E | 0 | 25 | 6 | 29 | 136 | 17 | 30 |
| Octal | 227 | 137 | 216 | 0 | 45 | 6 | 51 | 466 | 27 | 60 |
| Binary | 10010111 | 1011111 | 10001110 | 0 | 100101 | 110 | 101001 | 100110110 | 10111 | 110000 |
Color Harmonies of #975F8E
Complementary color
Monochromatic Colors of #975F8E
Black with #975F8E
Text Example
Text Example
White with #975F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975F8E; }
p { color: rgb(151,95,142); }
H1.HeaderClassName
{
color: #975F8E;
}
.AnyTagClassName
{
color: #975F8E;
}
</style>
background-color css
<style>
a { background-color: #975F8E; }
a { background-color: rgb(151,95,142); }
div.DivClassName
{
background-color: #975F8E;
}
.BgClassName
{
background-color: #975F8E;
}
</style>
border-color css
<style>
span { border-color: #975F8E; }
span { border-color: rgb(151,95,142); }
td.TdClassName
{
border-color: #975F8E;
}
.TagClassName
{
border-color: #975F8E;
}
</style>