Shades of Deep Lilac #9741BA
Tints of Deep Lilac #9741BA
RGB
CMYK
RGB Variations
Color information
#9741BA (or 0x9741BA) is known color: Deep Lilac. HEX triplet: 97, 41 and BA. RGB value is (151,65,186). Sum of RGB (Red+Green+Blue) = 151+65+186=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #9741BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741BA is #68BE45. Grayscale: #686868. Windows color (decimal): -6864454 or 12206487. OLE color: 12206487.
HSL color Cylindrical-coordinate representation of color #9741BA: hue angle of 282.64º 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 #9741BA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 65 | 186 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.27 |
| HSL | 282.64º | 0.48% | 0.49% | - |
| HSV(B) | 282.64º | 0.65% | 0.73% | - |
| XYZ | 23.52 | 13.91 | 47.9 | - |
| YUV | 104.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 186 | 0.19 | 0.65 | 0 | 0.27 | 282.64 | 0.48 | 0.49 |
| Hex | 97 | 41 | BA | 13 | 41 | 0 | 1B | 11B | 30 | 31 |
| Octal | 227 | 101 | 272 | 23 | 101 | 0 | 33 | 433 | 60 | 61 |
| Binary | 10010111 | 1000001 | 10111010 | 10011 | 1000001 | 0 | 11011 | 100011011 | 110000 | 110001 |
Color Harmonies of #9741BA
Complementary color
Monochromatic Colors of #9741BA
Black with #9741BA
Text Example
Text Example
White with #9741BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741BA; }
p { color: rgb(151,65,186); }
H1.HeaderClassName
{
color: #9741BA;
}
.AnyTagClassName
{
color: #9741BA;
}
</style>
background-color css
<style>
a { background-color: #9741BA; }
a { background-color: rgb(151,65,186); }
div.DivClassName
{
background-color: #9741BA;
}
.BgClassName
{
background-color: #9741BA;
}
</style>
border-color css
<style>
span { border-color: #9741BA; }
span { border-color: rgb(151,65,186); }
td.TdClassName
{
border-color: #9741BA;
}
.TagClassName
{
border-color: #9741BA;
}
</style>