Shades of Lilac Bush #9D6FC0
Tints of Lilac Bush #9D6FC0
RGB
CMYK
RGB Variations
Color information
#9D6FC0 (or 0x9D6FC0) is known color: Lilac Bush. HEX triplet: 9D, 6F and C0. RGB value is (157,111,192). Sum of RGB (Red+Green+Blue) = 157+111+192=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D6FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FC0 is #62903F. Grayscale: #858585. Windows color (decimal): -6459456 or 12611485. OLE color: 12611485.
HSL color Cylindrical-coordinate representation of color #9D6FC0: hue angle of 274.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D6FC0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 111 | 192 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.25 |
| HSL | 274.07º | 0.39% | 0.59% | - |
| HSV(B) | 274.07º | 0.42% | 0.75% | - |
| XYZ | 29.1 | 22.34 | 52.65 | - |
| YUV | 133.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 192 | 0.18 | 0.42 | 0 | 0.25 | 274.07 | 0.39 | 0.59 |
| Hex | 9D | 6F | C0 | 12 | 2A | 0 | 19 | 112 | 27 | 3B |
| Octal | 235 | 157 | 300 | 22 | 52 | 0 | 31 | 422 | 47 | 73 |
| Binary | 10011101 | 1101111 | 11000000 | 10010 | 101010 | 0 | 11001 | 100010010 | 100111 | 111011 |
Color Harmonies of #9D6FC0
Complementary color
Monochromatic Colors of #9D6FC0
Black with #9D6FC0
Text Example
Text Example
White with #9D6FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FC0; }
p { color: rgb(157,111,192); }
H1.HeaderClassName
{
color: #9D6FC0;
}
.AnyTagClassName
{
color: #9D6FC0;
}
</style>
background-color css
<style>
a { background-color: #9D6FC0; }
a { background-color: rgb(157,111,192); }
div.DivClassName
{
background-color: #9D6FC0;
}
.BgClassName
{
background-color: #9D6FC0;
}
</style>
border-color css
<style>
span { border-color: #9D6FC0; }
span { border-color: rgb(157,111,192); }
td.TdClassName
{
border-color: #9D6FC0;
}
.TagClassName
{
border-color: #9D6FC0;
}
</style>