Shades of Deep Lilac #9742BB
Tints of Deep Lilac #9742BB
RGB
CMYK
RGB Variations
Color information
#9742BB (or 0x9742BB) is known color: Deep Lilac. HEX triplet: 97, 42 and BB. RGB value is (151,66,187). Sum of RGB (Red+Green+Blue) = 151+66+187=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9742BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742BB is #68BD44. Grayscale: #686868. Windows color (decimal): -6864197 or 12272279. OLE color: 12272279.
HSL color Cylindrical-coordinate representation of color #9742BB: hue angle of 282.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9742BB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 66 | 187 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.27 |
| HSL | 282.15º | 0.48% | 0.5% | - |
| HSV(B) | 282.15º | 0.65% | 0.73% | - |
| XYZ | 23.68 | 14.06 | 48.48 | - |
| YUV | 105.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 187 | 0.19 | 0.65 | 0 | 0.27 | 282.15 | 0.48 | 0.5 |
| Hex | 97 | 42 | BB | 13 | 41 | 0 | 1B | 11A | 30 | 32 |
| Octal | 227 | 102 | 273 | 23 | 101 | 0 | 33 | 432 | 60 | 62 |
| Binary | 10010111 | 1000010 | 10111011 | 10011 | 1000001 | 0 | 11011 | 100011010 | 110000 | 110010 |
Color Harmonies of #9742BB
Complementary color
Monochromatic Colors of #9742BB
Black with #9742BB
Text Example
Text Example
White with #9742BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9742BB; }
p { color: rgb(151,66,187); }
H1.HeaderClassName
{
color: #9742BB;
}
.AnyTagClassName
{
color: #9742BB;
}
</style>
background-color css
<style>
a { background-color: #9742BB; }
a { background-color: rgb(151,66,187); }
div.DivClassName
{
background-color: #9742BB;
}
.BgClassName
{
background-color: #9742BB;
}
</style>
border-color css
<style>
span { border-color: #9742BB; }
span { border-color: rgb(151,66,187); }
td.TdClassName
{
border-color: #9742BB;
}
.TagClassName
{
border-color: #9742BB;
}
</style>