Shades of Deep Lilac #975DB2
Tints of Deep Lilac #975DB2
RGB
CMYK
RGB Variations
Color information
#975DB2 (or 0x975DB2) is known color: Deep Lilac. HEX triplet: 97, 5D and B2. RGB value is (151,93,178). Sum of RGB (Red+Green+Blue) = 151+93+178=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #975DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DB2 is #68A24D. Grayscale: #777777. Windows color (decimal): -6857294 or 11689367. OLE color: 11689367.
HSL color Cylindrical-coordinate representation of color #975DB2: hue angle of 280.94º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #975DB2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 93 | 178 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.30 |
| HSL | 280.94º | 0.36% | 0.53% | - |
| HSV(B) | 280.94º | 0.48% | 0.7% | - |
| XYZ | 24.71 | 17.62 | 44.22 | - |
| YUV | 120.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 178 | 0.15 | 0.48 | 0 | 0.30 | 280.94 | 0.36 | 0.53 |
| Hex | 97 | 5D | B2 | F | 30 | 0 | 1E | 119 | 24 | 35 |
| Octal | 227 | 135 | 262 | 17 | 60 | 0 | 36 | 431 | 44 | 65 |
| Binary | 10010111 | 1011101 | 10110010 | 1111 | 110000 | 0 | 11110 | 100011001 | 100100 | 110101 |
Color Harmonies of #975DB2
Complementary color
Monochromatic Colors of #975DB2
Black with #975DB2
Text Example
Text Example
White with #975DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DB2; }
p { color: rgb(151,93,178); }
H1.HeaderClassName
{
color: #975DB2;
}
.AnyTagClassName
{
color: #975DB2;
}
</style>
background-color css
<style>
a { background-color: #975DB2; }
a { background-color: rgb(151,93,178); }
div.DivClassName
{
background-color: #975DB2;
}
.BgClassName
{
background-color: #975DB2;
}
</style>
border-color css
<style>
span { border-color: #975DB2; }
span { border-color: rgb(151,93,178); }
td.TdClassName
{
border-color: #975DB2;
}
.TagClassName
{
border-color: #975DB2;
}
</style>