Shades of Deep Lilac #975EBA
Tints of Deep Lilac #975EBA
RGB
CMYK
RGB Variations
Color information
#975EBA (or 0x975EBA) is known color: Deep Lilac. HEX triplet: 97, 5E and BA. RGB value is (151,94,186). Sum of RGB (Red+Green+Blue) = 151+94+186=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #975EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBA is #68A145. Grayscale: #797979. Windows color (decimal): -6857030 or 12213911. OLE color: 12213911.
HSL color Cylindrical-coordinate representation of color #975EBA: hue angle of 277.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975EBA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 94 | 186 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.27 |
| HSL | 277.17º | 0.4% | 0.55% | - |
| HSV(B) | 277.17º | 0.49% | 0.73% | - |
| XYZ | 25.63 | 18.13 | 48.6 | - |
| YUV | 121.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 186 | 0.19 | 0.49 | 0 | 0.27 | 277.17 | 0.4 | 0.55 |
| Hex | 97 | 5E | BA | 13 | 31 | 0 | 1B | 115 | 28 | 37 |
| Octal | 227 | 136 | 272 | 23 | 61 | 0 | 33 | 425 | 50 | 67 |
| Binary | 10010111 | 1011110 | 10111010 | 10011 | 110001 | 0 | 11011 | 100010101 | 101000 | 110111 |
Color Harmonies of #975EBA
Complementary color
Monochromatic Colors of #975EBA
Black with #975EBA
Text Example
Text Example
White with #975EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975EBA; }
p { color: rgb(151,94,186); }
H1.HeaderClassName
{
color: #975EBA;
}
.AnyTagClassName
{
color: #975EBA;
}
</style>
background-color css
<style>
a { background-color: #975EBA; }
a { background-color: rgb(151,94,186); }
div.DivClassName
{
background-color: #975EBA;
}
.BgClassName
{
background-color: #975EBA;
}
</style>
border-color css
<style>
span { border-color: #975EBA; }
span { border-color: rgb(151,94,186); }
td.TdClassName
{
border-color: #975EBA;
}
.TagClassName
{
border-color: #975EBA;
}
</style>