Shades of Deep Lilac #975BA8
Tints of Deep Lilac #975BA8
RGB
CMYK
RGB Variations
Color information
#975BA8 (or 0x975BA8) is known color: Deep Lilac. HEX triplet: 97, 5B and A8. RGB value is (151,91,168). Sum of RGB (Red+Green+Blue) = 151+91+168=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 168 - color contains mainly: blue. Hex color #975BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BA8 is #68A457. Grayscale: #757575. Windows color (decimal): -6857816 or 11033495. OLE color: 11033495.
HSL color Cylindrical-coordinate representation of color #975BA8: hue angle of 286.75º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975BA8 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 91 | 168 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.34 |
| HSL | 286.75º | 0.31% | 0.51% | - |
| HSV(B) | 286.75º | 0.46% | 0.66% | - |
| XYZ | 23.57 | 16.89 | 39.06 | - |
| YUV | 117.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 168 | 0.10 | 0.46 | 0 | 0.34 | 286.75 | 0.31 | 0.51 |
| Hex | 97 | 5B | A8 | A | 2E | 0 | 22 | 11F | 1F | 33 |
| Octal | 227 | 133 | 250 | 12 | 56 | 0 | 42 | 437 | 37 | 63 |
| Binary | 10010111 | 1011011 | 10101000 | 1010 | 101110 | 0 | 100010 | 100011111 | 11111 | 110011 |
Color Harmonies of #975BA8
Complementary color
Monochromatic Colors of #975BA8
Black with #975BA8
Text Example
Text Example
White with #975BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BA8; }
p { color: rgb(151,91,168); }
H1.HeaderClassName
{
color: #975BA8;
}
.AnyTagClassName
{
color: #975BA8;
}
</style>
background-color css
<style>
a { background-color: #975BA8; }
a { background-color: rgb(151,91,168); }
div.DivClassName
{
background-color: #975BA8;
}
.BgClassName
{
background-color: #975BA8;
}
</style>
border-color css
<style>
span { border-color: #975BA8; }
span { border-color: rgb(151,91,168); }
td.TdClassName
{
border-color: #975BA8;
}
.TagClassName
{
border-color: #975BA8;
}
</style>