Shades of Lilac Bush #9769BE
Tints of Lilac Bush #9769BE
RGB
CMYK
RGB Variations
Color information
#9769BE (or 0x9769BE) is known color: Lilac Bush. HEX triplet: 97, 69 and BE. RGB value is (151,105,190). Sum of RGB (Red+Green+Blue) = 151+105+190=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #9769BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769BE is #689641. Grayscale: #808080. Windows color (decimal): -6854210 or 12478871. OLE color: 12478871.
HSL color Cylindrical-coordinate representation of color #9769BE: hue angle of 272.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9769BE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 105 | 190 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.25 |
| HSL | 272.47º | 0.4% | 0.58% | - |
| HSV(B) | 272.47º | 0.45% | 0.75% | - |
| XYZ | 27.11 | 20.4 | 51.22 | - |
| YUV | 128.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 190 | 0.21 | 0.45 | 0 | 0.25 | 272.47 | 0.4 | 0.58 |
| Hex | 97 | 69 | BE | 15 | 2D | 0 | 19 | 110 | 28 | 3A |
| Octal | 227 | 151 | 276 | 25 | 55 | 0 | 31 | 420 | 50 | 72 |
| Binary | 10010111 | 1101001 | 10111110 | 10101 | 101101 | 0 | 11001 | 100010000 | 101000 | 111010 |
Color Harmonies of #9769BE
Complementary color
Monochromatic Colors of #9769BE
Black with #9769BE
Text Example
Text Example
White with #9769BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769BE; }
p { color: rgb(151,105,190); }
H1.HeaderClassName
{
color: #9769BE;
}
.AnyTagClassName
{
color: #9769BE;
}
</style>
background-color css
<style>
a { background-color: #9769BE; }
a { background-color: rgb(151,105,190); }
div.DivClassName
{
background-color: #9769BE;
}
.BgClassName
{
background-color: #9769BE;
}
</style>
border-color css
<style>
span { border-color: #9769BE; }
span { border-color: rgb(151,105,190); }
td.TdClassName
{
border-color: #9769BE;
}
.TagClassName
{
border-color: #9769BE;
}
</style>