Shades of Deep Lilac #9761BC
Tints of Deep Lilac #9761BC
RGB
CMYK
RGB Variations
Color information
#9761BC (or 0x9761BC) is known color: Deep Lilac. HEX triplet: 97, 61 and BC. RGB value is (151,97,188). Sum of RGB (Red+Green+Blue) = 151+97+188=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9761BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761BC is #689E43. Grayscale: #7B7B7B. Windows color (decimal): -6856260 or 12345751. OLE color: 12345751.
HSL color Cylindrical-coordinate representation of color #9761BC: hue angle of 275.6º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9761BC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 97 | 188 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.26 |
| HSL | 275.6º | 0.4% | 0.56% | - |
| HSV(B) | 275.6º | 0.48% | 0.74% | - |
| XYZ | 26.11 | 18.76 | 49.82 | - |
| YUV | 123.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 97 | 188 | 0.20 | 0.48 | 0 | 0.26 | 275.6 | 0.4 | 0.56 |
| Hex | 97 | 61 | BC | 14 | 30 | 0 | 1A | 114 | 28 | 38 |
| Octal | 227 | 141 | 274 | 24 | 60 | 0 | 32 | 424 | 50 | 70 |
| Binary | 10010111 | 1100001 | 10111100 | 10100 | 110000 | 0 | 11010 | 100010100 | 101000 | 111000 |
Color Harmonies of #9761BC
Complementary color
Monochromatic Colors of #9761BC
Black with #9761BC
Text Example
Text Example
White with #9761BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9761BC; }
p { color: rgb(151,97,188); }
H1.HeaderClassName
{
color: #9761BC;
}
.AnyTagClassName
{
color: #9761BC;
}
</style>
background-color css
<style>
a { background-color: #9761BC; }
a { background-color: rgb(151,97,188); }
div.DivClassName
{
background-color: #9761BC;
}
.BgClassName
{
background-color: #9761BC;
}
</style>
border-color css
<style>
span { border-color: #9761BC; }
span { border-color: rgb(151,97,188); }
td.TdClassName
{
border-color: #9761BC;
}
.TagClassName
{
border-color: #9761BC;
}
</style>