Shades of Deep Lilac #9754C0
Tints of Deep Lilac #9754C0
RGB
CMYK
RGB Variations
Color information
#9754C0 (or 0x9754C0) is known color: Deep Lilac. HEX triplet: 97, 54 and C0. RGB value is (151,84,192). Sum of RGB (Red+Green+Blue) = 151+84+192=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #9754C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754C0 is #68AB3F. Grayscale: #737373. Windows color (decimal): -6859584 or 12604567. OLE color: 12604567.
HSL color Cylindrical-coordinate representation of color #9754C0: hue angle of 277.22º 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 #9754C0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 84 | 192 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.25 |
| HSL | 277.22º | 0.46% | 0.54% | - |
| HSV(B) | 277.22º | 0.56% | 0.75% | - |
| XYZ | 25.45 | 16.73 | 51.76 | - |
| YUV | 116.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 192 | 0.21 | 0.56 | 0 | 0.25 | 277.22 | 0.46 | 0.54 |
| Hex | 97 | 54 | C0 | 15 | 38 | 0 | 19 | 115 | 2E | 36 |
| Octal | 227 | 124 | 300 | 25 | 70 | 0 | 31 | 425 | 56 | 66 |
| Binary | 10010111 | 1010100 | 11000000 | 10101 | 111000 | 0 | 11001 | 100010101 | 101110 | 110110 |
Color Harmonies of #9754C0
Complementary color
Monochromatic Colors of #9754C0
Black with #9754C0
Text Example
Text Example
White with #9754C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754C0; }
p { color: rgb(151,84,192); }
H1.HeaderClassName
{
color: #9754C0;
}
.AnyTagClassName
{
color: #9754C0;
}
</style>
background-color css
<style>
a { background-color: #9754C0; }
a { background-color: rgb(151,84,192); }
div.DivClassName
{
background-color: #9754C0;
}
.BgClassName
{
background-color: #9754C0;
}
</style>
border-color css
<style>
span { border-color: #9754C0; }
span { border-color: rgb(151,84,192); }
td.TdClassName
{
border-color: #9754C0;
}
.TagClassName
{
border-color: #9754C0;
}
</style>