Shades of Deep Lilac #975AB4
Tints of Deep Lilac #975AB4
RGB
CMYK
RGB Variations
Color information
#975AB4 (or 0x975AB4) is known color: Deep Lilac. HEX triplet: 97, 5A and B4. RGB value is (151,90,180). Sum of RGB (Red+Green+Blue) = 151+90+180=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #975AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975AB4 is #68A54B. Grayscale: #767676. Windows color (decimal): -6858060 or 11819671. OLE color: 11819671.
HSL color Cylindrical-coordinate representation of color #975AB4: hue angle of 280.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #975AB4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 90 | 180 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.29 |
| HSL | 280.67º | 0.38% | 0.53% | - |
| HSV(B) | 280.67º | 0.5% | 0.71% | - |
| XYZ | 24.66 | 17.19 | 45.2 | - |
| YUV | 118.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 180 | 0.16 | 0.50 | 0 | 0.29 | 280.67 | 0.38 | 0.53 |
| Hex | 97 | 5A | B4 | 10 | 32 | 0 | 1D | 119 | 26 | 35 |
| Octal | 227 | 132 | 264 | 20 | 62 | 0 | 35 | 431 | 46 | 65 |
| Binary | 10010111 | 1011010 | 10110100 | 10000 | 110010 | 0 | 11101 | 100011001 | 100110 | 110101 |
Color Harmonies of #975AB4
Complementary color
Monochromatic Colors of #975AB4
Black with #975AB4
Text Example
Text Example
White with #975AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975AB4; }
p { color: rgb(151,90,180); }
H1.HeaderClassName
{
color: #975AB4;
}
.AnyTagClassName
{
color: #975AB4;
}
</style>
background-color css
<style>
a { background-color: #975AB4; }
a { background-color: rgb(151,90,180); }
div.DivClassName
{
background-color: #975AB4;
}
.BgClassName
{
background-color: #975AB4;
}
</style>
border-color css
<style>
span { border-color: #975AB4; }
span { border-color: rgb(151,90,180); }
td.TdClassName
{
border-color: #975AB4;
}
.TagClassName
{
border-color: #975AB4;
}
</style>