Shades of Lilac Bush #9674BF
Tints of Lilac Bush #9674BF
RGB
CMYK
RGB Variations
Color information
#9674BF (or 0x9674BF) is known color: Lilac Bush. HEX triplet: 96, 74 and BF. RGB value is (150,116,191). Sum of RGB (Red+Green+Blue) = 150+116+191=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9674BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674BF is #698B40. Grayscale: #868686. Windows color (decimal): -6916929 or 12547222. OLE color: 12547222.
HSL color Cylindrical-coordinate representation of color #9674BF: hue angle of 267.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9674BF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 116 | 191 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.25 |
| HSL | 267.2º | 0.37% | 0.6% | - |
| HSV(B) | 267.2º | 0.39% | 0.75% | - |
| XYZ | 28.23 | 22.74 | 52.19 | - |
| YUV | 134.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 191 | 0.21 | 0.39 | 0 | 0.25 | 267.2 | 0.37 | 0.6 |
| Hex | 96 | 74 | BF | 15 | 27 | 0 | 19 | 10B | 25 | 3C |
| Octal | 226 | 164 | 277 | 25 | 47 | 0 | 31 | 413 | 45 | 74 |
| Binary | 10010110 | 1110100 | 10111111 | 10101 | 100111 | 0 | 11001 | 100001011 | 100101 | 111100 |
Color Harmonies of #9674BF
Complementary color
Monochromatic Colors of #9674BF
Black with #9674BF
Text Example
Text Example
White with #9674BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674BF; }
p { color: rgb(150,116,191); }
H1.HeaderClassName
{
color: #9674BF;
}
.AnyTagClassName
{
color: #9674BF;
}
</style>
background-color css
<style>
a { background-color: #9674BF; }
a { background-color: rgb(150,116,191); }
div.DivClassName
{
background-color: #9674BF;
}
.BgClassName
{
background-color: #9674BF;
}
</style>
border-color css
<style>
span { border-color: #9674BF; }
span { border-color: rgb(150,116,191); }
td.TdClassName
{
border-color: #9674BF;
}
.TagClassName
{
border-color: #9674BF;
}
</style>