Shades of Deep Lilac #9740BC
Tints of Deep Lilac #9740BC
RGB
CMYK
RGB Variations
Color information
#9740BC (or 0x9740BC) is known color: Deep Lilac. HEX triplet: 97, 40 and BC. RGB value is (151,64,188). Sum of RGB (Red+Green+Blue) = 151+64+188=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9740BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740BC is #68BF43. Grayscale: #676767. Windows color (decimal): -6864708 or 12337303. OLE color: 12337303.
HSL color Cylindrical-coordinate representation of color #9740BC: hue angle of 282.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9740BC is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 64 | 188 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.26 |
| HSL | 282.1º | 0.49% | 0.49% | - |
| HSV(B) | 282.1º | 0.66% | 0.74% | - |
| XYZ | 23.67 | 13.88 | 49.01 | - |
| YUV | 104.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 188 | 0.20 | 0.66 | 0 | 0.26 | 282.1 | 0.49 | 0.49 |
| Hex | 97 | 40 | BC | 14 | 42 | 0 | 1A | 11A | 31 | 31 |
| Octal | 227 | 100 | 274 | 24 | 102 | 0 | 32 | 432 | 61 | 61 |
| Binary | 10010111 | 1000000 | 10111100 | 10100 | 1000010 | 0 | 11010 | 100011010 | 110001 | 110001 |
Color Harmonies of #9740BC
Complementary color
Monochromatic Colors of #9740BC
Black with #9740BC
Text Example
Text Example
White with #9740BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9740BC; }
p { color: rgb(151,64,188); }
H1.HeaderClassName
{
color: #9740BC;
}
.AnyTagClassName
{
color: #9740BC;
}
</style>
background-color css
<style>
a { background-color: #9740BC; }
a { background-color: rgb(151,64,188); }
div.DivClassName
{
background-color: #9740BC;
}
.BgClassName
{
background-color: #9740BC;
}
</style>
border-color css
<style>
span { border-color: #9740BC; }
span { border-color: rgb(151,64,188); }
td.TdClassName
{
border-color: #9740BC;
}
.TagClassName
{
border-color: #9740BC;
}
</style>