Shades of Deep Lilac #9754BF
Tints of Deep Lilac #9754BF
RGB
CMYK
RGB Variations
Color information
#9754BF (or 0x9754BF) is known color: Deep Lilac. HEX triplet: 97, 54 and BF. RGB value is (151,84,191). Sum of RGB (Red+Green+Blue) = 151+84+191=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9754BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754BF is #68AB40. Grayscale: #737373. Windows color (decimal): -6859585 or 12539031. OLE color: 12539031.
HSL color Cylindrical-coordinate representation of color #9754BF: hue angle of 277.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9754BF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 84 | 191 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.25 |
| HSL | 277.57º | 0.46% | 0.54% | - |
| HSV(B) | 277.57º | 0.56% | 0.75% | - |
| XYZ | 25.34 | 16.68 | 51.17 | - |
| YUV | 116.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 191 | 0.21 | 0.56 | 0 | 0.25 | 277.57 | 0.46 | 0.54 |
| Hex | 97 | 54 | BF | 15 | 38 | 0 | 19 | 116 | 2E | 36 |
| Octal | 227 | 124 | 277 | 25 | 70 | 0 | 31 | 426 | 56 | 66 |
| Binary | 10010111 | 1010100 | 10111111 | 10101 | 111000 | 0 | 11001 | 100010110 | 101110 | 110110 |
Color Harmonies of #9754BF
Complementary color
Monochromatic Colors of #9754BF
Black with #9754BF
Text Example
Text Example
White with #9754BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754BF; }
p { color: rgb(151,84,191); }
H1.HeaderClassName
{
color: #9754BF;
}
.AnyTagClassName
{
color: #9754BF;
}
</style>
background-color css
<style>
a { background-color: #9754BF; }
a { background-color: rgb(151,84,191); }
div.DivClassName
{
background-color: #9754BF;
}
.BgClassName
{
background-color: #9754BF;
}
</style>
border-color css
<style>
span { border-color: #9754BF; }
span { border-color: rgb(151,84,191); }
td.TdClassName
{
border-color: #9754BF;
}
.TagClassName
{
border-color: #9754BF;
}
</style>