Shades of Deep Lilac #9758AB
Tints of Deep Lilac #9758AB
RGB
CMYK
RGB Variations
Color information
#9758AB (or 0x9758AB) is known color: Deep Lilac. HEX triplet: 97, 58 and AB. RGB value is (151,88,171). Sum of RGB (Red+Green+Blue) = 151+88+171=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #9758AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9758AB is #68A754. Grayscale: #747474. Windows color (decimal): -6858581 or 11229335. OLE color: 11229335.
HSL color Cylindrical-coordinate representation of color #9758AB: hue angle of 285.54º degrees, saturation: 0.33, 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 #9758AB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 88 | 171 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.33 |
| HSL | 285.54º | 0.33% | 0.51% | - |
| HSV(B) | 285.54º | 0.49% | 0.67% | - |
| XYZ | 23.6 | 16.5 | 40.47 | - |
| YUV | 116.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 171 | 0.12 | 0.49 | 0 | 0.33 | 285.54 | 0.33 | 0.51 |
| Hex | 97 | 58 | AB | C | 31 | 0 | 21 | 11E | 21 | 33 |
| Octal | 227 | 130 | 253 | 14 | 61 | 0 | 41 | 436 | 41 | 63 |
| Binary | 10010111 | 1011000 | 10101011 | 1100 | 110001 | 0 | 100001 | 100011110 | 100001 | 110011 |
Color Harmonies of #9758AB
Complementary color
Monochromatic Colors of #9758AB
Black with #9758AB
Text Example
Text Example
White with #9758AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758AB; }
p { color: rgb(151,88,171); }
H1.HeaderClassName
{
color: #9758AB;
}
.AnyTagClassName
{
color: #9758AB;
}
</style>
background-color css
<style>
a { background-color: #9758AB; }
a { background-color: rgb(151,88,171); }
div.DivClassName
{
background-color: #9758AB;
}
.BgClassName
{
background-color: #9758AB;
}
</style>
border-color css
<style>
span { border-color: #9758AB; }
span { border-color: rgb(151,88,171); }
td.TdClassName
{
border-color: #9758AB;
}
.TagClassName
{
border-color: #9758AB;
}
</style>