Shades of Deep Lilac #9754BB
Tints of Deep Lilac #9754BB
RGB
CMYK
RGB Variations
Color information
#9754BB (or 0x9754BB) is known color: Deep Lilac. HEX triplet: 97, 54 and BB. RGB value is (151,84,187). Sum of RGB (Red+Green+Blue) = 151+84+187=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #9754BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BB is #68AB44. Grayscale: #737373. Windows color (decimal): -6859589 or 12276887. OLE color: 12276887.
HSL color Cylindrical-coordinate representation of color #9754BB: hue angle of 279.03º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9754BB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 84 | 187 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.27 |
| HSL | 279.03º | 0.43% | 0.53% | - |
| HSV(B) | 279.03º | 0.55% | 0.73% | - |
| XYZ | 24.9 | 16.51 | 48.89 | - |
| YUV | 115.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 187 | 0.19 | 0.55 | 0 | 0.27 | 279.03 | 0.43 | 0.53 |
| Hex | 97 | 54 | BB | 13 | 37 | 0 | 1B | 117 | 2B | 35 |
| Octal | 227 | 124 | 273 | 23 | 67 | 0 | 33 | 427 | 53 | 65 |
| Binary | 10010111 | 1010100 | 10111011 | 10011 | 110111 | 0 | 11011 | 100010111 | 101011 | 110101 |
Color Harmonies of #9754BB
Complementary color
Monochromatic Colors of #9754BB
Black with #9754BB
Text Example
Text Example
White with #9754BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754BB; }
p { color: rgb(151,84,187); }
H1.HeaderClassName
{
color: #9754BB;
}
.AnyTagClassName
{
color: #9754BB;
}
</style>
background-color css
<style>
a { background-color: #9754BB; }
a { background-color: rgb(151,84,187); }
div.DivClassName
{
background-color: #9754BB;
}
.BgClassName
{
background-color: #9754BB;
}
</style>
border-color css
<style>
span { border-color: #9754BB; }
span { border-color: rgb(151,84,187); }
td.TdClassName
{
border-color: #9754BB;
}
.TagClassName
{
border-color: #9754BB;
}
</style>