Shades of Violet Blue #975993
Tints of Violet Blue #975993
RGB
CMYK
RGB Variations
Color information
#975993 (or 0x975993) is known color: Violet Blue. HEX triplet: 97, 59 and 93. RGB value is (151,89,147). Sum of RGB (Red+Green+Blue) = 151+89+147=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #975993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975993 is #68A66C. Grayscale: #717171. Windows color (decimal): -6858349 or 9656727. OLE color: 9656727.
HSL color Cylindrical-coordinate representation of color #975993: hue angle of 303.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975993 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 89 | 147 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.41 |
| HSL | 303.87º | 0.26% | 0.47% | - |
| HSV(B) | 303.87º | 0.41% | 0.59% | - |
| XYZ | 21.6 | 15.83 | 29.52 | - |
| YUV | 114.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 89 | 147 | 0 | 0.41 | 0.03 | 0.41 | 303.87 | 0.26 | 0.47 |
| Hex | 97 | 59 | 93 | 0 | 29 | 3 | 29 | 130 | 1A | 2F |
| Octal | 227 | 131 | 223 | 0 | 51 | 3 | 51 | 460 | 32 | 57 |
| Binary | 10010111 | 1011001 | 10010011 | 0 | 101001 | 11 | 101001 | 100110000 | 11010 | 101111 |
Color Harmonies of #975993
Complementary color
Monochromatic Colors of #975993
Black with #975993
Text Example
Text Example
White with #975993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975993; }
p { color: rgb(151,89,147); }
H1.HeaderClassName
{
color: #975993;
}
.AnyTagClassName
{
color: #975993;
}
</style>
background-color css
<style>
a { background-color: #975993; }
a { background-color: rgb(151,89,147); }
div.DivClassName
{
background-color: #975993;
}
.BgClassName
{
background-color: #975993;
}
</style>
border-color css
<style>
span { border-color: #975993; }
span { border-color: rgb(151,89,147); }
td.TdClassName
{
border-color: #975993;
}
.TagClassName
{
border-color: #975993;
}
</style>