Shades of Violet Blue #975B9E
Tints of Violet Blue #975B9E
RGB
CMYK
RGB Variations
Color information
#975B9E (or 0x975B9E) is known color: Violet Blue. HEX triplet: 97, 5B and 9E. RGB value is (151,91,158). Sum of RGB (Red+Green+Blue) = 151+91+158=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #975B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975B9E is #68A461. Grayscale: #747474. Windows color (decimal): -6857826 or 10378135. OLE color: 10378135.
HSL color Cylindrical-coordinate representation of color #975B9E: hue angle of 293.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975B9E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 91 | 158 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.38 |
| HSL | 293.73º | 0.27% | 0.49% | - |
| HSV(B) | 293.73º | 0.42% | 0.62% | - |
| XYZ | 22.68 | 16.53 | 34.34 | - |
| YUV | 116.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 158 | 0.04 | 0.42 | 0 | 0.38 | 293.73 | 0.27 | 0.49 |
| Hex | 97 | 5B | 9E | 4 | 2A | 0 | 26 | 126 | 1B | 31 |
| Octal | 227 | 133 | 236 | 4 | 52 | 0 | 46 | 446 | 33 | 61 |
| Binary | 10010111 | 1011011 | 10011110 | 100 | 101010 | 0 | 100110 | 100100110 | 11011 | 110001 |
Color Harmonies of #975B9E
Complementary color
Monochromatic Colors of #975B9E
Black with #975B9E
Text Example
Text Example
White with #975B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B9E; }
p { color: rgb(151,91,158); }
H1.HeaderClassName
{
color: #975B9E;
}
.AnyTagClassName
{
color: #975B9E;
}
</style>
background-color css
<style>
a { background-color: #975B9E; }
a { background-color: rgb(151,91,158); }
div.DivClassName
{
background-color: #975B9E;
}
.BgClassName
{
background-color: #975B9E;
}
</style>
border-color css
<style>
span { border-color: #975B9E; }
span { border-color: rgb(151,91,158); }
td.TdClassName
{
border-color: #975B9E;
}
.TagClassName
{
border-color: #975B9E;
}
</style>