Shades of Deep Lilac #975DB3
Tints of Deep Lilac #975DB3
RGB
CMYK
RGB Variations
Color information
#975DB3 (or 0x975DB3) is known color: Deep Lilac. HEX triplet: 97, 5D and B3. RGB value is (151,93,179). Sum of RGB (Red+Green+Blue) = 151+93+179=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #975DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DB3 is #68A24C. Grayscale: #777777. Windows color (decimal): -6857293 or 11754903. OLE color: 11754903.
HSL color Cylindrical-coordinate representation of color #975DB3: hue angle of 280.47º 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 #975DB3 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 93 | 179 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.30 |
| HSL | 280.47º | 0.36% | 0.53% | - |
| HSV(B) | 280.47º | 0.48% | 0.7% | - |
| XYZ | 24.81 | 17.66 | 44.75 | - |
| YUV | 120.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 179 | 0.16 | 0.48 | 0 | 0.30 | 280.47 | 0.36 | 0.53 |
| Hex | 97 | 5D | B3 | 10 | 30 | 0 | 1E | 118 | 24 | 35 |
| Octal | 227 | 135 | 263 | 20 | 60 | 0 | 36 | 430 | 44 | 65 |
| Binary | 10010111 | 1011101 | 10110011 | 10000 | 110000 | 0 | 11110 | 100011000 | 100100 | 110101 |
Color Harmonies of #975DB3
Complementary color
Monochromatic Colors of #975DB3
Black with #975DB3
Text Example
Text Example
White with #975DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DB3; }
p { color: rgb(151,93,179); }
H1.HeaderClassName
{
color: #975DB3;
}
.AnyTagClassName
{
color: #975DB3;
}
</style>
background-color css
<style>
a { background-color: #975DB3; }
a { background-color: rgb(151,93,179); }
div.DivClassName
{
background-color: #975DB3;
}
.BgClassName
{
background-color: #975DB3;
}
</style>
border-color css
<style>
span { border-color: #975DB3; }
span { border-color: rgb(151,93,179); }
td.TdClassName
{
border-color: #975DB3;
}
.TagClassName
{
border-color: #975DB3;
}
</style>