Shades of Deep Lilac #975CC0
Tints of Deep Lilac #975CC0
RGB
CMYK
RGB Variations
Color information
#975CC0 (or 0x975CC0) is known color: Deep Lilac. HEX triplet: 97, 5C and C0. RGB value is (151,92,192). Sum of RGB (Red+Green+Blue) = 151+92+192=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #975CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CC0 is #68A33F. Grayscale: #787878. Windows color (decimal): -6857536 or 12606615. OLE color: 12606615.
HSL color Cylindrical-coordinate representation of color #975CC0: hue angle of 275.4º 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 #975CC0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 92 | 192 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.25 |
| HSL | 275.4º | 0.44% | 0.56% | - |
| HSV(B) | 275.4º | 0.52% | 0.75% | - |
| XYZ | 26.1 | 18.04 | 51.98 | - |
| YUV | 121.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 192 | 0.21 | 0.52 | 0 | 0.25 | 275.4 | 0.44 | 0.56 |
| Hex | 97 | 5C | C0 | 15 | 34 | 0 | 19 | 113 | 2C | 38 |
| Octal | 227 | 134 | 300 | 25 | 64 | 0 | 31 | 423 | 54 | 70 |
| Binary | 10010111 | 1011100 | 11000000 | 10101 | 110100 | 0 | 11001 | 100010011 | 101100 | 111000 |
Color Harmonies of #975CC0
Complementary color
Monochromatic Colors of #975CC0
Black with #975CC0
Text Example
Text Example
White with #975CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CC0; }
p { color: rgb(151,92,192); }
H1.HeaderClassName
{
color: #975CC0;
}
.AnyTagClassName
{
color: #975CC0;
}
</style>
background-color css
<style>
a { background-color: #975CC0; }
a { background-color: rgb(151,92,192); }
div.DivClassName
{
background-color: #975CC0;
}
.BgClassName
{
background-color: #975CC0;
}
</style>
border-color css
<style>
span { border-color: #975CC0; }
span { border-color: rgb(151,92,192); }
td.TdClassName
{
border-color: #975CC0;
}
.TagClassName
{
border-color: #975CC0;
}
</style>