Shades of Deep Lilac #9750AB
Tints of Deep Lilac #9750AB
RGB
CMYK
RGB Variations
Color information
#9750AB (or 0x9750AB) is known color: Deep Lilac. HEX triplet: 97, 50 and AB. RGB value is (151,80,171). Sum of RGB (Red+Green+Blue) = 151+80+171=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9750AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9750AB is #68AF54. Grayscale: #6F6F6F. Windows color (decimal): -6860629 or 11227287. OLE color: 11227287.
HSL color Cylindrical-coordinate representation of color #9750AB: hue angle of 286.81º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9750AB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 80 | 171 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.33 |
| HSL | 286.81º | 0.36% | 0.49% | - |
| HSV(B) | 286.81º | 0.53% | 0.67% | - |
| XYZ | 22.98 | 15.26 | 40.26 | - |
| YUV | 111.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 80 | 171 | 0.12 | 0.53 | 0 | 0.33 | 286.81 | 0.36 | 0.49 |
| Hex | 97 | 50 | AB | C | 35 | 0 | 21 | 11F | 24 | 31 |
| Octal | 227 | 120 | 253 | 14 | 65 | 0 | 41 | 437 | 44 | 61 |
| Binary | 10010111 | 1010000 | 10101011 | 1100 | 110101 | 0 | 100001 | 100011111 | 100100 | 110001 |
Color Harmonies of #9750AB
Complementary color
Monochromatic Colors of #9750AB
Black with #9750AB
Text Example
Text Example
White with #9750AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9750AB; }
p { color: rgb(151,80,171); }
H1.HeaderClassName
{
color: #9750AB;
}
.AnyTagClassName
{
color: #9750AB;
}
</style>
background-color css
<style>
a { background-color: #9750AB; }
a { background-color: rgb(151,80,171); }
div.DivClassName
{
background-color: #9750AB;
}
.BgClassName
{
background-color: #9750AB;
}
</style>
border-color css
<style>
span { border-color: #9750AB; }
span { border-color: rgb(151,80,171); }
td.TdClassName
{
border-color: #9750AB;
}
.TagClassName
{
border-color: #9750AB;
}
</style>