Shades of Deep Lilac #9760BF
Tints of Deep Lilac #9760BF
RGB
CMYK
RGB Variations
Color information
#9760BF (or 0x9760BF) is known color: Deep Lilac. HEX triplet: 97, 60 and BF. RGB value is (151,96,191). Sum of RGB (Red+Green+Blue) = 151+96+191=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9760BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BF is #689F40. Grayscale: #7A7A7A. Windows color (decimal): -6856513 or 12542103. OLE color: 12542103.
HSL color Cylindrical-coordinate representation of color #9760BF: hue angle of 274.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9760BF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 96 | 191 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.25 |
| HSL | 274.74º | 0.43% | 0.56% | - |
| HSV(B) | 274.74º | 0.5% | 0.75% | - |
| XYZ | 26.35 | 18.71 | 51.51 | - |
| YUV | 123.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 191 | 0.21 | 0.50 | 0 | 0.25 | 274.74 | 0.43 | 0.56 |
| Hex | 97 | 60 | BF | 15 | 32 | 0 | 19 | 113 | 2B | 38 |
| Octal | 227 | 140 | 277 | 25 | 62 | 0 | 31 | 423 | 53 | 70 |
| Binary | 10010111 | 1100000 | 10111111 | 10101 | 110010 | 0 | 11001 | 100010011 | 101011 | 111000 |
Color Harmonies of #9760BF
Complementary color
Monochromatic Colors of #9760BF
Black with #9760BF
Text Example
Text Example
White with #9760BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9760BF; }
p { color: rgb(151,96,191); }
H1.HeaderClassName
{
color: #9760BF;
}
.AnyTagClassName
{
color: #9760BF;
}
</style>
background-color css
<style>
a { background-color: #9760BF; }
a { background-color: rgb(151,96,191); }
div.DivClassName
{
background-color: #9760BF;
}
.BgClassName
{
background-color: #9760BF;
}
</style>
border-color css
<style>
span { border-color: #9760BF; }
span { border-color: rgb(151,96,191); }
td.TdClassName
{
border-color: #9760BF;
}
.TagClassName
{
border-color: #9760BF;
}
</style>