Shades of Deep Lilac #975DAC
Tints of Deep Lilac #975DAC
RGB
CMYK
RGB Variations
Color information
#975DAC (or 0x975DAC) is known color: Deep Lilac. HEX triplet: 97, 5D and AC. RGB value is (151,93,172). Sum of RGB (Red+Green+Blue) = 151+93+172=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #975DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAC is #68A253. Grayscale: #777777. Windows color (decimal): -6857300 or 11296151. OLE color: 11296151.
HSL color Cylindrical-coordinate representation of color #975DAC: hue angle of 284.05º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975DAC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 93 | 172 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.33 |
| HSL | 284.05º | 0.32% | 0.52% | - |
| HSV(B) | 284.05º | 0.46% | 0.67% | - |
| XYZ | 24.12 | 17.39 | 41.11 | - |
| YUV | 119.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 172 | 0.12 | 0.46 | 0 | 0.33 | 284.05 | 0.32 | 0.52 |
| Hex | 97 | 5D | AC | C | 2E | 0 | 21 | 11C | 20 | 34 |
| Octal | 227 | 135 | 254 | 14 | 56 | 0 | 41 | 434 | 40 | 64 |
| Binary | 10010111 | 1011101 | 10101100 | 1100 | 101110 | 0 | 100001 | 100011100 | 100000 | 110100 |
Color Harmonies of #975DAC
Complementary color
Monochromatic Colors of #975DAC
Black with #975DAC
Text Example
Text Example
White with #975DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DAC; }
p { color: rgb(151,93,172); }
H1.HeaderClassName
{
color: #975DAC;
}
.AnyTagClassName
{
color: #975DAC;
}
</style>
background-color css
<style>
a { background-color: #975DAC; }
a { background-color: rgb(151,93,172); }
div.DivClassName
{
background-color: #975DAC;
}
.BgClassName
{
background-color: #975DAC;
}
</style>
border-color css
<style>
span { border-color: #975DAC; }
span { border-color: rgb(151,93,172); }
td.TdClassName
{
border-color: #975DAC;
}
.TagClassName
{
border-color: #975DAC;
}
</style>