Shades of Lilac Bush #8962C3
Tints of Lilac Bush #8962C3
RGB
CMYK
RGB Variations
Color information
#8962C3 (or 0x8962C3) is known color: Lilac Bush. HEX triplet: 89, 62 and C3. RGB value is (137,98,195). Sum of RGB (Red+Green+Blue) = 137+98+195=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #8962C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8962C3 is #769D3C. Grayscale: #787878. Windows color (decimal): -7773501 or 12804745. OLE color: 12804745.
HSL color Cylindrical-coordinate representation of color #8962C3: hue angle of 264.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8962C3 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 98 | 195 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.24 |
| HSL | 264.12º | 0.45% | 0.57% | - |
| HSV(B) | 264.12º | 0.5% | 0.76% | - |
| XYZ | 24.53 | 17.99 | 53.81 | - |
| YUV | 120.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 195 | 0.30 | 0.50 | 0 | 0.24 | 264.12 | 0.45 | 0.57 |
| Hex | 89 | 62 | C3 | 1E | 32 | 0 | 18 | 108 | 2D | 39 |
| Octal | 211 | 142 | 303 | 36 | 62 | 0 | 30 | 410 | 55 | 71 |
| Binary | 10001001 | 1100010 | 11000011 | 11110 | 110010 | 0 | 11000 | 100001000 | 101101 | 111001 |
Color Harmonies of #8962C3
Complementary color
Monochromatic Colors of #8962C3
Black with #8962C3
Text Example
Text Example
White with #8962C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962C3; }
p { color: rgb(137,98,195); }
H1.HeaderClassName
{
color: #8962C3;
}
.AnyTagClassName
{
color: #8962C3;
}
</style>
background-color css
<style>
a { background-color: #8962C3; }
a { background-color: rgb(137,98,195); }
div.DivClassName
{
background-color: #8962C3;
}
.BgClassName
{
background-color: #8962C3;
}
</style>
border-color css
<style>
span { border-color: #8962C3; }
span { border-color: rgb(137,98,195); }
td.TdClassName
{
border-color: #8962C3;
}
.TagClassName
{
border-color: #8962C3;
}
</style>