Shades of Deep Lilac #975EBF
Tints of Deep Lilac #975EBF
RGB
CMYK
RGB Variations
Color information
#975EBF (or 0x975EBF) is known color: Deep Lilac. HEX triplet: 97, 5E and BF. RGB value is (151,94,191). Sum of RGB (Red+Green+Blue) = 151+94+191=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #975EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBF is #68A140. Grayscale: #797979. Windows color (decimal): -6857025 or 12541591. OLE color: 12541591.
HSL color Cylindrical-coordinate representation of color #975EBF: hue angle of 275.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #975EBF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 94 | 191 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.25 |
| HSL | 275.26º | 0.43% | 0.56% | - |
| HSV(B) | 275.26º | 0.51% | 0.75% | - |
| XYZ | 26.17 | 18.35 | 51.45 | - |
| YUV | 122.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 94 | 191 | 0.21 | 0.51 | 0 | 0.25 | 275.26 | 0.43 | 0.56 |
| Hex | 97 | 5E | BF | 15 | 33 | 0 | 19 | 113 | 2B | 38 |
| Octal | 227 | 136 | 277 | 25 | 63 | 0 | 31 | 423 | 53 | 70 |
| Binary | 10010111 | 1011110 | 10111111 | 10101 | 110011 | 0 | 11001 | 100010011 | 101011 | 111000 |
Color Harmonies of #975EBF
Complementary color
Monochromatic Colors of #975EBF
Black with #975EBF
Text Example
Text Example
White with #975EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975EBF; }
p { color: rgb(151,94,191); }
H1.HeaderClassName
{
color: #975EBF;
}
.AnyTagClassName
{
color: #975EBF;
}
</style>
background-color css
<style>
a { background-color: #975EBF; }
a { background-color: rgb(151,94,191); }
div.DivClassName
{
background-color: #975EBF;
}
.BgClassName
{
background-color: #975EBF;
}
</style>
border-color css
<style>
span { border-color: #975EBF; }
span { border-color: rgb(151,94,191); }
td.TdClassName
{
border-color: #975EBF;
}
.TagClassName
{
border-color: #975EBF;
}
</style>