Shades of Deep Lilac #9749BC
Tints of Deep Lilac #9749BC
RGB
CMYK
RGB Variations
Color information
#9749BC (or 0x9749BC) is known color: Deep Lilac. HEX triplet: 97, 49 and BC. RGB value is (151,73,188). Sum of RGB (Red+Green+Blue) = 151+73+188=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #9749BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749BC is #68B643. Grayscale: #6D6D6D. Windows color (decimal): -6862404 or 12339607. OLE color: 12339607.
HSL color Cylindrical-coordinate representation of color #9749BC: hue angle of 280.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9749BC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 73 | 188 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.26 |
| HSL | 280.7º | 0.46% | 0.51% | - |
| HSV(B) | 280.7º | 0.61% | 0.74% | - |
| XYZ | 24.22 | 14.98 | 49.19 | - |
| YUV | 109.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 188 | 0.20 | 0.61 | 0 | 0.26 | 280.7 | 0.46 | 0.51 |
| Hex | 97 | 49 | BC | 14 | 3D | 0 | 1A | 119 | 2E | 33 |
| Octal | 227 | 111 | 274 | 24 | 75 | 0 | 32 | 431 | 56 | 63 |
| Binary | 10010111 | 1001001 | 10111100 | 10100 | 111101 | 0 | 11010 | 100011001 | 101110 | 110011 |
Color Harmonies of #9749BC
Complementary color
Monochromatic Colors of #9749BC
Black with #9749BC
Text Example
Text Example
White with #9749BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9749BC; }
p { color: rgb(151,73,188); }
H1.HeaderClassName
{
color: #9749BC;
}
.AnyTagClassName
{
color: #9749BC;
}
</style>
background-color css
<style>
a { background-color: #9749BC; }
a { background-color: rgb(151,73,188); }
div.DivClassName
{
background-color: #9749BC;
}
.BgClassName
{
background-color: #9749BC;
}
</style>
border-color css
<style>
span { border-color: #9749BC; }
span { border-color: rgb(151,73,188); }
td.TdClassName
{
border-color: #9749BC;
}
.TagClassName
{
border-color: #9749BC;
}
</style>