Shades of Deep Lilac #9758AC
Tints of Deep Lilac #9758AC
RGB
CMYK
RGB Variations
Color information
#9758AC (or 0x9758AC) is known color: Deep Lilac. HEX triplet: 97, 58 and AC. RGB value is (151,88,172). Sum of RGB (Red+Green+Blue) = 151+88+172=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #9758AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758AC is #68A753. Grayscale: #747474. Windows color (decimal): -6858580 or 11294871. OLE color: 11294871.
HSL color Cylindrical-coordinate representation of color #9758AC: hue angle of 285º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9758AC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 88 | 172 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.33 |
| HSL | 285º | 0.34% | 0.51% | - |
| HSV(B) | 285º | 0.49% | 0.67% | - |
| XYZ | 23.7 | 16.54 | 40.97 | - |
| YUV | 116.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 172 | 0.12 | 0.49 | 0 | 0.33 | 285 | 0.34 | 0.51 |
| Hex | 97 | 58 | AC | C | 31 | 0 | 21 | 11D | 22 | 33 |
| Octal | 227 | 130 | 254 | 14 | 61 | 0 | 41 | 435 | 42 | 63 |
| Binary | 10010111 | 1011000 | 10101100 | 1100 | 110001 | 0 | 100001 | 100011101 | 100010 | 110011 |
Color Harmonies of #9758AC
Complementary color
Monochromatic Colors of #9758AC
Black with #9758AC
Text Example
Text Example
White with #9758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758AC; }
p { color: rgb(151,88,172); }
H1.HeaderClassName
{
color: #9758AC;
}
.AnyTagClassName
{
color: #9758AC;
}
</style>
background-color css
<style>
a { background-color: #9758AC; }
a { background-color: rgb(151,88,172); }
div.DivClassName
{
background-color: #9758AC;
}
.BgClassName
{
background-color: #9758AC;
}
</style>
border-color css
<style>
span { border-color: #9758AC; }
span { border-color: rgb(151,88,172); }
td.TdClassName
{
border-color: #9758AC;
}
.TagClassName
{
border-color: #9758AC;
}
</style>