Shades of Deep Lilac #975AAA
Tints of Deep Lilac #975AAA
RGB
CMYK
RGB Variations
Color information
#975AAA (or 0x975AAA) is known color: Deep Lilac. HEX triplet: 97, 5A and AA. RGB value is (151,90,170). Sum of RGB (Red+Green+Blue) = 151+90+170=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #975AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AAA is #68A555. Grayscale: #757575. Windows color (decimal): -6858070 or 11164311. OLE color: 11164311.
HSL color Cylindrical-coordinate representation of color #975AAA: hue angle of 285.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975AAA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 90 | 170 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 285.75º | 0.32% | 0.51% | - |
| HSV(B) | 285.75º | 0.47% | 0.67% | - |
| XYZ | 23.67 | 16.79 | 40.02 | - |
| YUV | 117.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 170 | 0.11 | 0.47 | 0 | 0.33 | 285.75 | 0.32 | 0.51 |
| Hex | 97 | 5A | AA | B | 2F | 0 | 21 | 11E | 20 | 33 |
| Octal | 227 | 132 | 252 | 13 | 57 | 0 | 41 | 436 | 40 | 63 |
| Binary | 10010111 | 1011010 | 10101010 | 1011 | 101111 | 0 | 100001 | 100011110 | 100000 | 110011 |
Color Harmonies of #975AAA
Complementary color
Monochromatic Colors of #975AAA
Black with #975AAA
Text Example
Text Example
White with #975AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975AAA; }
p { color: rgb(151,90,170); }
H1.HeaderClassName
{
color: #975AAA;
}
.AnyTagClassName
{
color: #975AAA;
}
</style>
background-color css
<style>
a { background-color: #975AAA; }
a { background-color: rgb(151,90,170); }
div.DivClassName
{
background-color: #975AAA;
}
.BgClassName
{
background-color: #975AAA;
}
</style>
border-color css
<style>
span { border-color: #975AAA; }
span { border-color: rgb(151,90,170); }
td.TdClassName
{
border-color: #975AAA;
}
.TagClassName
{
border-color: #975AAA;
}
</style>