Shades of Lilac Bush #9A70BE
Tints of Lilac Bush #9A70BE
RGB
CMYK
RGB Variations
Color information
#9A70BE (or 0x9A70BE) is known color: Lilac Bush. HEX triplet: 9A, 70 and BE. RGB value is (154,112,190). Sum of RGB (Red+Green+Blue) = 154+112+190=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70BE is #658F41. Grayscale: #858585. Windows color (decimal): -6655810 or 12480666. OLE color: 12480666.
HSL color Cylindrical-coordinate representation of color #9A70BE: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A70BE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 112 | 190 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.25 |
| HSL | 272.31º | 0.38% | 0.59% | - |
| HSV(B) | 272.31º | 0.41% | 0.75% | - |
| XYZ | 28.41 | 22.18 | 51.5 | - |
| YUV | 133.45 | 159.91 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 190 | 0.19 | 0.41 | 0 | 0.25 | 272.31 | 0.38 | 0.59 |
| Hex | 9A | 70 | BE | 13 | 29 | 0 | 19 | 110 | 26 | 3B |
| Octal | 232 | 160 | 276 | 23 | 51 | 0 | 31 | 420 | 46 | 73 |
| Binary | 10011010 | 1110000 | 10111110 | 10011 | 101001 | 0 | 11001 | 100010000 | 100110 | 111011 |
Color Harmonies of #9A70BE
Complementary color
Monochromatic Colors of #9A70BE
Black with #9A70BE
Text Example
Text Example
White with #9A70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70BE; }
p { color: rgb(154,112,190); }
H1.HeaderClassName
{
color: #9A70BE;
}
.AnyTagClassName
{
color: #9A70BE;
}
</style>
background-color css
<style>
a { background-color: #9A70BE; }
a { background-color: rgb(154,112,190); }
div.DivClassName
{
background-color: #9A70BE;
}
.BgClassName
{
background-color: #9A70BE;
}
</style>
border-color css
<style>
span { border-color: #9A70BE; }
span { border-color: rgb(154,112,190); }
td.TdClassName
{
border-color: #9A70BE;
}
.TagClassName
{
border-color: #9A70BE;
}
</style>