Shades of Deep Lilac #9764BC
Tints of Deep Lilac #9764BC
RGB
CMYK
RGB Variations
Color information
#9764BC (or 0x9764BC) is known color: Deep Lilac. HEX triplet: 97, 64 and BC. RGB value is (151,100,188). Sum of RGB (Red+Green+Blue) = 151+100+188=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #9764BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764BC is #689B43. Grayscale: #7C7C7C. Windows color (decimal): -6855492 or 12346519. OLE color: 12346519.
HSL color Cylindrical-coordinate representation of color #9764BC: hue angle of 274.77º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9764BC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 100 | 188 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.26 |
| HSL | 274.77º | 0.4% | 0.56% | - |
| HSV(B) | 274.77º | 0.47% | 0.74% | - |
| XYZ | 26.4 | 19.32 | 49.92 | - |
| YUV | 125.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 188 | 0.20 | 0.47 | 0 | 0.26 | 274.77 | 0.4 | 0.56 |
| Hex | 97 | 64 | BC | 14 | 2F | 0 | 1A | 113 | 28 | 38 |
| Octal | 227 | 144 | 274 | 24 | 57 | 0 | 32 | 423 | 50 | 70 |
| Binary | 10010111 | 1100100 | 10111100 | 10100 | 101111 | 0 | 11010 | 100010011 | 101000 | 111000 |
Color Harmonies of #9764BC
Complementary color
Monochromatic Colors of #9764BC
Black with #9764BC
Text Example
Text Example
White with #9764BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764BC; }
p { color: rgb(151,100,188); }
H1.HeaderClassName
{
color: #9764BC;
}
.AnyTagClassName
{
color: #9764BC;
}
</style>
background-color css
<style>
a { background-color: #9764BC; }
a { background-color: rgb(151,100,188); }
div.DivClassName
{
background-color: #9764BC;
}
.BgClassName
{
background-color: #9764BC;
}
</style>
border-color css
<style>
span { border-color: #9764BC; }
span { border-color: rgb(151,100,188); }
td.TdClassName
{
border-color: #9764BC;
}
.TagClassName
{
border-color: #9764BC;
}
</style>