Shades of Lilac Bush #9D74CB
Tints of Lilac Bush #9D74CB
RGB
CMYK
RGB Variations
Color information
#9D74CB (or 0x9D74CB) is known color: Lilac Bush. HEX triplet: 9D, 74 and CB. RGB value is (157,116,203). Sum of RGB (Red+Green+Blue) = 157+116+203=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74CB is #628B34. Grayscale: #898989. Windows color (decimal): -6458165 or 13333661. OLE color: 13333661.
HSL color Cylindrical-coordinate representation of color #9D74CB: hue angle of 268.28º 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 #9D74CB is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 116 | 203 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.20 |
| HSL | 268.28º | 0.46% | 0.63% | - |
| HSV(B) | 268.28º | 0.43% | 0.8% | - |
| XYZ | 30.93 | 23.97 | 59.5 | - |
| YUV | 138.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 203 | 0.23 | 0.43 | 0 | 0.20 | 268.28 | 0.46 | 0.63 |
| Hex | 9D | 74 | CB | 17 | 2B | 0 | 14 | 10C | 2E | 3F |
| Octal | 235 | 164 | 313 | 27 | 53 | 0 | 24 | 414 | 56 | 77 |
| Binary | 10011101 | 1110100 | 11001011 | 10111 | 101011 | 0 | 10100 | 100001100 | 101110 | 111111 |
Color Harmonies of #9D74CB
Complementary color
Monochromatic Colors of #9D74CB
Black with #9D74CB
Text Example
Text Example
White with #9D74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D74CB; }
p { color: rgb(157,116,203); }
H1.HeaderClassName
{
color: #9D74CB;
}
.AnyTagClassName
{
color: #9D74CB;
}
</style>
background-color css
<style>
a { background-color: #9D74CB; }
a { background-color: rgb(157,116,203); }
div.DivClassName
{
background-color: #9D74CB;
}
.BgClassName
{
background-color: #9D74CB;
}
</style>
border-color css
<style>
span { border-color: #9D74CB; }
span { border-color: rgb(157,116,203); }
td.TdClassName
{
border-color: #9D74CB;
}
.TagClassName
{
border-color: #9D74CB;
}
</style>