Shades of Lilac Bush #9674C1
Tints of Lilac Bush #9674C1
RGB
CMYK
RGB Variations
Color information
#9674C1 (or 0x9674C1) is known color: Lilac Bush. HEX triplet: 96, 74 and C1. RGB value is (150,116,193). Sum of RGB (Red+Green+Blue) = 150+116+193=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #9674C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674C1 is #698B3E. Grayscale: #868686. Windows color (decimal): -6916927 or 12678294. OLE color: 12678294.
HSL color Cylindrical-coordinate representation of color #9674C1: hue angle of 266.49º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9674C1 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 116 | 193 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.24 |
| HSL | 266.49º | 0.38% | 0.61% | - |
| HSV(B) | 266.49º | 0.4% | 0.76% | - |
| XYZ | 28.45 | 22.83 | 53.36 | - |
| YUV | 134.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 193 | 0.22 | 0.40 | 0 | 0.24 | 266.49 | 0.38 | 0.61 |
| Hex | 96 | 74 | C1 | 16 | 28 | 0 | 18 | 10A | 26 | 3D |
| Octal | 226 | 164 | 301 | 26 | 50 | 0 | 30 | 412 | 46 | 75 |
| Binary | 10010110 | 1110100 | 11000001 | 10110 | 101000 | 0 | 11000 | 100001010 | 100110 | 111101 |
Color Harmonies of #9674C1
Complementary color
Monochromatic Colors of #9674C1
Black with #9674C1
Text Example
Text Example
White with #9674C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674C1; }
p { color: rgb(150,116,193); }
H1.HeaderClassName
{
color: #9674C1;
}
.AnyTagClassName
{
color: #9674C1;
}
</style>
background-color css
<style>
a { background-color: #9674C1; }
a { background-color: rgb(150,116,193); }
div.DivClassName
{
background-color: #9674C1;
}
.BgClassName
{
background-color: #9674C1;
}
</style>
border-color css
<style>
span { border-color: #9674C1; }
span { border-color: rgb(150,116,193); }
td.TdClassName
{
border-color: #9674C1;
}
.TagClassName
{
border-color: #9674C1;
}
</style>