Shades of Deep Lilac #975BC1
Tints of Deep Lilac #975BC1
RGB
CMYK
RGB Variations
Color information
#975BC1 (or 0x975BC1) is known color: Deep Lilac. HEX triplet: 97, 5B and C1. RGB value is (151,91,193). Sum of RGB (Red+Green+Blue) = 151+91+193=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #975BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BC1 is #68A43E. Grayscale: #787878. Windows color (decimal): -6857791 or 12671895. OLE color: 12671895.
HSL color Cylindrical-coordinate representation of color #975BC1: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #975BC1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 91 | 193 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.24 |
| HSL | 275.29º | 0.45% | 0.56% | - |
| HSV(B) | 275.29º | 0.53% | 0.76% | - |
| XYZ | 26.13 | 17.91 | 52.53 | - |
| YUV | 120.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 193 | 0.22 | 0.53 | 0 | 0.24 | 275.29 | 0.45 | 0.56 |
| Hex | 97 | 5B | C1 | 16 | 35 | 0 | 18 | 113 | 2D | 38 |
| Octal | 227 | 133 | 301 | 26 | 65 | 0 | 30 | 423 | 55 | 70 |
| Binary | 10010111 | 1011011 | 11000001 | 10110 | 110101 | 0 | 11000 | 100010011 | 101101 | 111000 |
Color Harmonies of #975BC1
Complementary color
Monochromatic Colors of #975BC1
Black with #975BC1
Text Example
Text Example
White with #975BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BC1; }
p { color: rgb(151,91,193); }
H1.HeaderClassName
{
color: #975BC1;
}
.AnyTagClassName
{
color: #975BC1;
}
</style>
background-color css
<style>
a { background-color: #975BC1; }
a { background-color: rgb(151,91,193); }
div.DivClassName
{
background-color: #975BC1;
}
.BgClassName
{
background-color: #975BC1;
}
</style>
border-color css
<style>
span { border-color: #975BC1; }
span { border-color: rgb(151,91,193); }
td.TdClassName
{
border-color: #975BC1;
}
.TagClassName
{
border-color: #975BC1;
}
</style>