Shades of Deep Lilac #975BAC
Tints of Deep Lilac #975BAC
RGB
CMYK
RGB Variations
Color information
#975BAC (or 0x975BAC) is known color: Deep Lilac. HEX triplet: 97, 5B and AC. RGB value is (151,91,172). Sum of RGB (Red+Green+Blue) = 151+91+172=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #975BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BAC is #68A453. Grayscale: #757575. Windows color (decimal): -6857812 or 11295639. OLE color: 11295639.
HSL color Cylindrical-coordinate representation of color #975BAC: hue angle of 284.44º 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 #975BAC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 91 | 172 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.33 |
| HSL | 284.44º | 0.33% | 0.52% | - |
| HSV(B) | 284.44º | 0.47% | 0.67% | - |
| XYZ | 23.95 | 17.04 | 41.06 | - |
| YUV | 118.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 172 | 0.12 | 0.47 | 0 | 0.33 | 284.44 | 0.33 | 0.52 |
| Hex | 97 | 5B | AC | C | 2F | 0 | 21 | 11C | 21 | 34 |
| Octal | 227 | 133 | 254 | 14 | 57 | 0 | 41 | 434 | 41 | 64 |
| Binary | 10010111 | 1011011 | 10101100 | 1100 | 101111 | 0 | 100001 | 100011100 | 100001 | 110100 |
Color Harmonies of #975BAC
Complementary color
Monochromatic Colors of #975BAC
Black with #975BAC
Text Example
Text Example
White with #975BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BAC; }
p { color: rgb(151,91,172); }
H1.HeaderClassName
{
color: #975BAC;
}
.AnyTagClassName
{
color: #975BAC;
}
</style>
background-color css
<style>
a { background-color: #975BAC; }
a { background-color: rgb(151,91,172); }
div.DivClassName
{
background-color: #975BAC;
}
.BgClassName
{
background-color: #975BAC;
}
</style>
border-color css
<style>
span { border-color: #975BAC; }
span { border-color: rgb(151,91,172); }
td.TdClassName
{
border-color: #975BAC;
}
.TagClassName
{
border-color: #975BAC;
}
</style>