Shades of Deep Lilac #975CC1
Tints of Deep Lilac #975CC1
RGB
CMYK
RGB Variations
Color information
#975CC1 (or 0x975CC1) is known color: Deep Lilac. HEX triplet: 97, 5C and C1. RGB value is (151,92,193). Sum of RGB (Red+Green+Blue) = 151+92+193=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #975CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CC1 is #68A33E. Grayscale: #787878. Windows color (decimal): -6857535 or 12672151. OLE color: 12672151.
HSL color Cylindrical-coordinate representation of color #975CC1: hue angle of 275.05º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975CC1 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 92 | 193 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.24 |
| HSL | 275.05º | 0.45% | 0.56% | - |
| HSV(B) | 275.05º | 0.52% | 0.76% | - |
| XYZ | 26.22 | 18.08 | 52.56 | - |
| YUV | 121.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 193 | 0.22 | 0.52 | 0 | 0.24 | 275.05 | 0.45 | 0.56 |
| Hex | 97 | 5C | C1 | 16 | 34 | 0 | 18 | 113 | 2D | 38 |
| Octal | 227 | 134 | 301 | 26 | 64 | 0 | 30 | 423 | 55 | 70 |
| Binary | 10010111 | 1011100 | 11000001 | 10110 | 110100 | 0 | 11000 | 100010011 | 101101 | 111000 |
Color Harmonies of #975CC1
Complementary color
Monochromatic Colors of #975CC1
Black with #975CC1
Text Example
Text Example
White with #975CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CC1; }
p { color: rgb(151,92,193); }
H1.HeaderClassName
{
color: #975CC1;
}
.AnyTagClassName
{
color: #975CC1;
}
</style>
background-color css
<style>
a { background-color: #975CC1; }
a { background-color: rgb(151,92,193); }
div.DivClassName
{
background-color: #975CC1;
}
.BgClassName
{
background-color: #975CC1;
}
</style>
border-color css
<style>
span { border-color: #975CC1; }
span { border-color: rgb(151,92,193); }
td.TdClassName
{
border-color: #975CC1;
}
.TagClassName
{
border-color: #975CC1;
}
</style>