Shades of Deep Lilac #975DAE
Tints of Deep Lilac #975DAE
RGB
CMYK
RGB Variations
Color information
#975DAE (or 0x975DAE) is known color: Deep Lilac. HEX triplet: 97, 5D and AE. RGB value is (151,93,174). Sum of RGB (Red+Green+Blue) = 151+93+174=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #975DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAE is #68A251. Grayscale: #777777. Windows color (decimal): -6857298 or 11427223. OLE color: 11427223.
HSL color Cylindrical-coordinate representation of color #975DAE: hue angle of 282.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975DAE is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 93 | 174 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.32 |
| HSL | 282.96º | 0.33% | 0.52% | - |
| HSV(B) | 282.96º | 0.47% | 0.68% | - |
| XYZ | 24.32 | 17.46 | 42.13 | - |
| YUV | 119.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 174 | 0.13 | 0.47 | 0 | 0.32 | 282.96 | 0.33 | 0.52 |
| Hex | 97 | 5D | AE | D | 2F | 0 | 20 | 11B | 21 | 34 |
| Octal | 227 | 135 | 256 | 15 | 57 | 0 | 40 | 433 | 41 | 64 |
| Binary | 10010111 | 1011101 | 10101110 | 1101 | 101111 | 0 | 100000 | 100011011 | 100001 | 110100 |
Color Harmonies of #975DAE
Complementary color
Monochromatic Colors of #975DAE
Black with #975DAE
Text Example
Text Example
White with #975DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DAE; }
p { color: rgb(151,93,174); }
H1.HeaderClassName
{
color: #975DAE;
}
.AnyTagClassName
{
color: #975DAE;
}
</style>
background-color css
<style>
a { background-color: #975DAE; }
a { background-color: rgb(151,93,174); }
div.DivClassName
{
background-color: #975DAE;
}
.BgClassName
{
background-color: #975DAE;
}
</style>
border-color css
<style>
span { border-color: #975DAE; }
span { border-color: rgb(151,93,174); }
td.TdClassName
{
border-color: #975DAE;
}
.TagClassName
{
border-color: #975DAE;
}
</style>