Shades of Lilac Bush #9674CC
Tints of Lilac Bush #9674CC
RGB
CMYK
RGB Variations
Color information
#9674CC (or 0x9674CC) is known color: Lilac Bush. HEX triplet: 96, 74 and CC. RGB value is (150,116,204). Sum of RGB (Red+Green+Blue) = 150+116+204=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #9674CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674CC is #698B33. Grayscale: #878787. Windows color (decimal): -6916916 or 13399190. OLE color: 13399190.
HSL color Cylindrical-coordinate representation of color #9674CC: hue angle of 263.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9674CC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 116 | 204 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.2 |
| HSL | 263.18º | 0.46% | 0.63% | - |
| HSV(B) | 263.18º | 0.43% | 0.8% | - |
| XYZ | 29.72 | 23.33 | 60.06 | - |
| YUV | 136.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 204 | 0.26 | 0.43 | 0 | 0.2 | 263.18 | 0.46 | 0.63 |
| Hex | 96 | 74 | CC | 1A | 2B | 0 | 14 | 107 | 2E | 3F |
| Octal | 226 | 164 | 314 | 32 | 53 | 0 | 24 | 407 | 56 | 77 |
| Binary | 10010110 | 1110100 | 11001100 | 11010 | 101011 | 0 | 10100 | 100000111 | 101110 | 111111 |
Color Harmonies of #9674CC
Complementary color
Monochromatic Colors of #9674CC
Black with #9674CC
Text Example
Text Example
White with #9674CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674CC; }
p { color: rgb(150,116,204); }
H1.HeaderClassName
{
color: #9674CC;
}
.AnyTagClassName
{
color: #9674CC;
}
</style>
background-color css
<style>
a { background-color: #9674CC; }
a { background-color: rgb(150,116,204); }
div.DivClassName
{
background-color: #9674CC;
}
.BgClassName
{
background-color: #9674CC;
}
</style>
border-color css
<style>
span { border-color: #9674CC; }
span { border-color: rgb(150,116,204); }
td.TdClassName
{
border-color: #9674CC;
}
.TagClassName
{
border-color: #9674CC;
}
</style>