Shades of Deep Lilac #9755AB
Tints of Deep Lilac #9755AB
RGB
CMYK
RGB Variations
Color information
#9755AB (or 0x9755AB) is known color: Deep Lilac. HEX triplet: 97, 55 and AB. RGB value is (151,85,171). Sum of RGB (Red+Green+Blue) = 151+85+171=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9755AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9755AB is #68AA54. Grayscale: #727272. Windows color (decimal): -6859349 or 11228567. OLE color: 11228567.
HSL color Cylindrical-coordinate representation of color #9755AB: hue angle of 286.05º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9755AB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 85 | 171 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.33 |
| HSL | 286.05º | 0.34% | 0.5% | - |
| HSV(B) | 286.05º | 0.5% | 0.67% | - |
| XYZ | 23.36 | 16.02 | 40.39 | - |
| YUV | 114.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 85 | 171 | 0.12 | 0.50 | 0 | 0.33 | 286.05 | 0.34 | 0.5 |
| Hex | 97 | 55 | AB | C | 32 | 0 | 21 | 11E | 22 | 32 |
| Octal | 227 | 125 | 253 | 14 | 62 | 0 | 41 | 436 | 42 | 62 |
| Binary | 10010111 | 1010101 | 10101011 | 1100 | 110010 | 0 | 100001 | 100011110 | 100010 | 110010 |
Color Harmonies of #9755AB
Complementary color
Monochromatic Colors of #9755AB
Black with #9755AB
Text Example
Text Example
White with #9755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9755AB; }
p { color: rgb(151,85,171); }
H1.HeaderClassName
{
color: #9755AB;
}
.AnyTagClassName
{
color: #9755AB;
}
</style>
background-color css
<style>
a { background-color: #9755AB; }
a { background-color: rgb(151,85,171); }
div.DivClassName
{
background-color: #9755AB;
}
.BgClassName
{
background-color: #9755AB;
}
</style>
border-color css
<style>
span { border-color: #9755AB; }
span { border-color: rgb(151,85,171); }
td.TdClassName
{
border-color: #9755AB;
}
.TagClassName
{
border-color: #9755AB;
}
</style>