Shades of Deep Lilac #9749CB
Tints of Deep Lilac #9749CB
RGB
CMYK
RGB Variations
Color information
#9749CB (or 0x9749CB) is known color: Deep Lilac. HEX triplet: 97, 49 and CB. RGB value is (151,73,203). Sum of RGB (Red+Green+Blue) = 151+73+203=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #9749CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9749CB is #68B634. Grayscale: #6E6E6E. Windows color (decimal): -6862389 or 13322647. OLE color: 13322647.
HSL color Cylindrical-coordinate representation of color #9749CB: hue angle of 276º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9749CB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 73 | 203 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.20 |
| HSL | 276º | 0.56% | 0.54% | - |
| HSV(B) | 276º | 0.64% | 0.8% | - |
| XYZ | 25.92 | 15.66 | 58.16 | - |
| YUV | 111.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 203 | 0.26 | 0.64 | 0 | 0.20 | 276 | 0.56 | 0.54 |
| Hex | 97 | 49 | CB | 1A | 40 | 0 | 14 | 114 | 38 | 36 |
| Octal | 227 | 111 | 313 | 32 | 100 | 0 | 24 | 424 | 70 | 66 |
| Binary | 10010111 | 1001001 | 11001011 | 11010 | 1000000 | 0 | 10100 | 100010100 | 111000 | 110110 |
Color Harmonies of #9749CB
Complementary color
Monochromatic Colors of #9749CB
Black with #9749CB
Text Example
Text Example
White with #9749CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9749CB; }
p { color: rgb(151,73,203); }
H1.HeaderClassName
{
color: #9749CB;
}
.AnyTagClassName
{
color: #9749CB;
}
</style>
background-color css
<style>
a { background-color: #9749CB; }
a { background-color: rgb(151,73,203); }
div.DivClassName
{
background-color: #9749CB;
}
.BgClassName
{
background-color: #9749CB;
}
</style>
border-color css
<style>
span { border-color: #9749CB; }
span { border-color: rgb(151,73,203); }
td.TdClassName
{
border-color: #9749CB;
}
.TagClassName
{
border-color: #9749CB;
}
</style>