Shades of Deep Lilac #975DC0
Tints of Deep Lilac #975DC0
RGB
CMYK
RGB Variations
Color information
#975DC0 (or 0x975DC0) is known color: Deep Lilac. HEX triplet: 97, 5D and C0. RGB value is (151,93,192). Sum of RGB (Red+Green+Blue) = 151+93+192=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #975DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DC0 is #68A23F. Grayscale: #797979. Windows color (decimal): -6857280 or 12606871. OLE color: 12606871.
HSL color Cylindrical-coordinate representation of color #975DC0: hue angle of 275.15º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975DC0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 93 | 192 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.25 |
| HSL | 275.15º | 0.44% | 0.56% | - |
| HSV(B) | 275.15º | 0.52% | 0.75% | - |
| XYZ | 26.19 | 18.21 | 52 | - |
| YUV | 121.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 192 | 0.21 | 0.52 | 0 | 0.25 | 275.15 | 0.44 | 0.56 |
| Hex | 97 | 5D | C0 | 15 | 34 | 0 | 19 | 113 | 2C | 38 |
| Octal | 227 | 135 | 300 | 25 | 64 | 0 | 31 | 423 | 54 | 70 |
| Binary | 10010111 | 1011101 | 11000000 | 10101 | 110100 | 0 | 11001 | 100010011 | 101100 | 111000 |
Color Harmonies of #975DC0
Complementary color
Monochromatic Colors of #975DC0
Black with #975DC0
Text Example
Text Example
White with #975DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DC0; }
p { color: rgb(151,93,192); }
H1.HeaderClassName
{
color: #975DC0;
}
.AnyTagClassName
{
color: #975DC0;
}
</style>
background-color css
<style>
a { background-color: #975DC0; }
a { background-color: rgb(151,93,192); }
div.DivClassName
{
background-color: #975DC0;
}
.BgClassName
{
background-color: #975DC0;
}
</style>
border-color css
<style>
span { border-color: #975DC0; }
span { border-color: rgb(151,93,192); }
td.TdClassName
{
border-color: #975DC0;
}
.TagClassName
{
border-color: #975DC0;
}
</style>