Shades of Lilac Bush #9973BF
Tints of Lilac Bush #9973BF
RGB
CMYK
RGB Variations
Color information
#9973BF (or 0x9973BF) is known color: Lilac Bush. HEX triplet: 99, 73 and BF. RGB value is (153,115,191). Sum of RGB (Red+Green+Blue) = 153+115+191=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #9973BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973BF is #668C40. Grayscale: #868686. Windows color (decimal): -6720577 or 12546969. OLE color: 12546969.
HSL color Cylindrical-coordinate representation of color #9973BF: hue angle of 270º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9973BF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 115 | 191 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.25 |
| HSL | 270º | 0.37% | 0.6% | - |
| HSV(B) | 270º | 0.4% | 0.75% | - |
| XYZ | 28.67 | 22.8 | 52.18 | - |
| YUV | 135.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 191 | 0.20 | 0.40 | 0 | 0.25 | 270 | 0.37 | 0.6 |
| Hex | 99 | 73 | BF | 14 | 28 | 0 | 19 | 10E | 25 | 3C |
| Octal | 231 | 163 | 277 | 24 | 50 | 0 | 31 | 416 | 45 | 74 |
| Binary | 10011001 | 1110011 | 10111111 | 10100 | 101000 | 0 | 11001 | 100001110 | 100101 | 111100 |
Color Harmonies of #9973BF
Complementary color
Monochromatic Colors of #9973BF
Black with #9973BF
Text Example
Text Example
White with #9973BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973BF; }
p { color: rgb(153,115,191); }
H1.HeaderClassName
{
color: #9973BF;
}
.AnyTagClassName
{
color: #9973BF;
}
</style>
background-color css
<style>
a { background-color: #9973BF; }
a { background-color: rgb(153,115,191); }
div.DivClassName
{
background-color: #9973BF;
}
.BgClassName
{
background-color: #9973BF;
}
</style>
border-color css
<style>
span { border-color: #9973BF; }
span { border-color: rgb(153,115,191); }
td.TdClassName
{
border-color: #9973BF;
}
.TagClassName
{
border-color: #9973BF;
}
</style>