Shades of Deep Lilac #975CAC
Tints of Deep Lilac #975CAC
RGB
CMYK
RGB Variations
Color information
#975CAC (or 0x975CAC) is known color: Deep Lilac. HEX triplet: 97, 5C and AC. RGB value is (151,92,172). Sum of RGB (Red+Green+Blue) = 151+92+172=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #975CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CAC is #68A353. Grayscale: #767676. Windows color (decimal): -6857556 or 11295895. OLE color: 11295895.
HSL color Cylindrical-coordinate representation of color #975CAC: hue angle of 284.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975CAC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 92 | 172 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.33 |
| HSL | 284.25º | 0.33% | 0.52% | - |
| HSV(B) | 284.25º | 0.47% | 0.67% | - |
| XYZ | 24.04 | 17.21 | 41.09 | - |
| YUV | 118.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 172 | 0.12 | 0.47 | 0 | 0.33 | 284.25 | 0.33 | 0.52 |
| Hex | 97 | 5C | AC | C | 2F | 0 | 21 | 11C | 21 | 34 |
| Octal | 227 | 134 | 254 | 14 | 57 | 0 | 41 | 434 | 41 | 64 |
| Binary | 10010111 | 1011100 | 10101100 | 1100 | 101111 | 0 | 100001 | 100011100 | 100001 | 110100 |
Color Harmonies of #975CAC
Complementary color
Monochromatic Colors of #975CAC
Black with #975CAC
Text Example
Text Example
White with #975CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CAC; }
p { color: rgb(151,92,172); }
H1.HeaderClassName
{
color: #975CAC;
}
.AnyTagClassName
{
color: #975CAC;
}
</style>
background-color css
<style>
a { background-color: #975CAC; }
a { background-color: rgb(151,92,172); }
div.DivClassName
{
background-color: #975CAC;
}
.BgClassName
{
background-color: #975CAC;
}
</style>
border-color css
<style>
span { border-color: #975CAC; }
span { border-color: rgb(151,92,172); }
td.TdClassName
{
border-color: #975CAC;
}
.TagClassName
{
border-color: #975CAC;
}
</style>