Shades of Lilac Bush #9A7DC3
Tints of Lilac Bush #9A7DC3
RGB
CMYK
RGB Variations
Color information
#9A7DC3 (or 0x9A7DC3) is known color: Lilac Bush. HEX triplet: 9A, 7D and C3. RGB value is (154,125,195). Sum of RGB (Red+Green+Blue) = 154+125+195=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A7DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DC3 is #65823C. Grayscale: #8D8D8D. Windows color (decimal): -6652477 or 12811674. OLE color: 12811674.
HSL color Cylindrical-coordinate representation of color #9A7DC3: hue angle of 264.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A7DC3 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 125 | 195 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.24 |
| HSL | 264.86º | 0.37% | 0.63% | - |
| HSV(B) | 264.86º | 0.36% | 0.76% | - |
| XYZ | 30.51 | 25.48 | 54.94 | - |
| YUV | 141.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 195 | 0.21 | 0.36 | 0 | 0.24 | 264.86 | 0.37 | 0.63 |
| Hex | 9A | 7D | C3 | 15 | 24 | 0 | 18 | 109 | 25 | 3F |
| Octal | 232 | 175 | 303 | 25 | 44 | 0 | 30 | 411 | 45 | 77 |
| Binary | 10011010 | 1111101 | 11000011 | 10101 | 100100 | 0 | 11000 | 100001001 | 100101 | 111111 |
Color Harmonies of #9A7DC3
Complementary color
Monochromatic Colors of #9A7DC3
Black with #9A7DC3
Text Example
Text Example
White with #9A7DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7DC3; }
p { color: rgb(154,125,195); }
H1.HeaderClassName
{
color: #9A7DC3;
}
.AnyTagClassName
{
color: #9A7DC3;
}
</style>
background-color css
<style>
a { background-color: #9A7DC3; }
a { background-color: rgb(154,125,195); }
div.DivClassName
{
background-color: #9A7DC3;
}
.BgClassName
{
background-color: #9A7DC3;
}
</style>
border-color css
<style>
span { border-color: #9A7DC3; }
span { border-color: rgb(154,125,195); }
td.TdClassName
{
border-color: #9A7DC3;
}
.TagClassName
{
border-color: #9A7DC3;
}
</style>