Shades of Deep Lilac #9760BD
Tints of Deep Lilac #9760BD
RGB
CMYK
RGB Variations
Color information
#9760BD (or 0x9760BD) is known color: Deep Lilac. HEX triplet: 97, 60 and BD. RGB value is (151,96,189). Sum of RGB (Red+Green+Blue) = 151+96+189=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #9760BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BD is #689F42. Grayscale: #7A7A7A. Windows color (decimal): -6856515 or 12411031. OLE color: 12411031.
HSL color Cylindrical-coordinate representation of color #9760BD: hue angle of 275.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9760BD is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 96 | 189 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.26 |
| HSL | 275.48º | 0.41% | 0.56% | - |
| HSV(B) | 275.48º | 0.49% | 0.74% | - |
| XYZ | 26.13 | 18.62 | 50.36 | - |
| YUV | 123.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 189 | 0.20 | 0.49 | 0 | 0.26 | 275.48 | 0.41 | 0.56 |
| Hex | 97 | 60 | BD | 14 | 31 | 0 | 1A | 113 | 29 | 38 |
| Octal | 227 | 140 | 275 | 24 | 61 | 0 | 32 | 423 | 51 | 70 |
| Binary | 10010111 | 1100000 | 10111101 | 10100 | 110001 | 0 | 11010 | 100010011 | 101001 | 111000 |
Color Harmonies of #9760BD
Complementary color
Monochromatic Colors of #9760BD
Black with #9760BD
Text Example
Text Example
White with #9760BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9760BD; }
p { color: rgb(151,96,189); }
H1.HeaderClassName
{
color: #9760BD;
}
.AnyTagClassName
{
color: #9760BD;
}
</style>
background-color css
<style>
a { background-color: #9760BD; }
a { background-color: rgb(151,96,189); }
div.DivClassName
{
background-color: #9760BD;
}
.BgClassName
{
background-color: #9760BD;
}
</style>
border-color css
<style>
span { border-color: #9760BD; }
span { border-color: rgb(151,96,189); }
td.TdClassName
{
border-color: #9760BD;
}
.TagClassName
{
border-color: #9760BD;
}
</style>