Shades of Deep Lilac #975DBD
Tints of Deep Lilac #975DBD
RGB
CMYK
RGB Variations
Color information
#975DBD (or 0x975DBD) is known color: Deep Lilac. HEX triplet: 97, 5D and BD. RGB value is (151,93,189). Sum of RGB (Red+Green+Blue) = 151+93+189=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #975DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBD is #68A242. Grayscale: #787878. Windows color (decimal): -6857283 or 12410263. OLE color: 12410263.
HSL color Cylindrical-coordinate representation of color #975DBD: hue angle of 276.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #975DBD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 93 | 189 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.26 |
| HSL | 276.25º | 0.42% | 0.55% | - |
| HSV(B) | 276.25º | 0.51% | 0.74% | - |
| XYZ | 25.86 | 18.08 | 50.27 | - |
| YUV | 121.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 93 | 189 | 0.20 | 0.51 | 0 | 0.26 | 276.25 | 0.42 | 0.55 |
| Hex | 97 | 5D | BD | 14 | 33 | 0 | 1A | 114 | 2A | 37 |
| Octal | 227 | 135 | 275 | 24 | 63 | 0 | 32 | 424 | 52 | 67 |
| Binary | 10010111 | 1011101 | 10111101 | 10100 | 110011 | 0 | 11010 | 100010100 | 101010 | 110111 |
Color Harmonies of #975DBD
Complementary color
Monochromatic Colors of #975DBD
Black with #975DBD
Text Example
Text Example
White with #975DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975DBD; }
p { color: rgb(151,93,189); }
H1.HeaderClassName
{
color: #975DBD;
}
.AnyTagClassName
{
color: #975DBD;
}
</style>
background-color css
<style>
a { background-color: #975DBD; }
a { background-color: rgb(151,93,189); }
div.DivClassName
{
background-color: #975DBD;
}
.BgClassName
{
background-color: #975DBD;
}
</style>
border-color css
<style>
span { border-color: #975DBD; }
span { border-color: rgb(151,93,189); }
td.TdClassName
{
border-color: #975DBD;
}
.TagClassName
{
border-color: #975DBD;
}
</style>