Shades of Deep Lilac #9741BB
Tints of Deep Lilac #9741BB
RGB
CMYK
RGB Variations
Color information
#9741BB (or 0x9741BB) is known color: Deep Lilac. HEX triplet: 97, 41 and BB. RGB value is (151,65,187). Sum of RGB (Red+Green+Blue) = 151+65+187=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #9741BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BB is #68BE44. Grayscale: #686868. Windows color (decimal): -6864453 or 12272023. OLE color: 12272023.
HSL color Cylindrical-coordinate representation of color #9741BB: hue angle of 282.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9741BB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 65 | 187 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.27 |
| HSL | 282.3º | 0.48% | 0.49% | - |
| HSV(B) | 282.3º | 0.65% | 0.73% | - |
| XYZ | 23.62 | 13.95 | 48.46 | - |
| YUV | 104.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 187 | 0.19 | 0.65 | 0 | 0.27 | 282.3 | 0.48 | 0.49 |
| Hex | 97 | 41 | BB | 13 | 41 | 0 | 1B | 11A | 30 | 31 |
| Octal | 227 | 101 | 273 | 23 | 101 | 0 | 33 | 432 | 60 | 61 |
| Binary | 10010111 | 1000001 | 10111011 | 10011 | 1000001 | 0 | 11011 | 100011010 | 110000 | 110001 |
Color Harmonies of #9741BB
Complementary color
Monochromatic Colors of #9741BB
Black with #9741BB
Text Example
Text Example
White with #9741BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741BB; }
p { color: rgb(151,65,187); }
H1.HeaderClassName
{
color: #9741BB;
}
.AnyTagClassName
{
color: #9741BB;
}
</style>
background-color css
<style>
a { background-color: #9741BB; }
a { background-color: rgb(151,65,187); }
div.DivClassName
{
background-color: #9741BB;
}
.BgClassName
{
background-color: #9741BB;
}
</style>
border-color css
<style>
span { border-color: #9741BB; }
span { border-color: rgb(151,65,187); }
td.TdClassName
{
border-color: #9741BB;
}
.TagClassName
{
border-color: #9741BB;
}
</style>