Shades of Lilac Bush #8A63B6
Tints of Lilac Bush #8A63B6
RGB
CMYK
RGB Variations
Color information
#8A63B6 (or 0x8A63B6) is known color: Lilac Bush. HEX triplet: 8A, 63 and B6. RGB value is (138,99,182). Sum of RGB (Red+Green+Blue) = 138+99+182=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A63B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63B6 is #759C49. Grayscale: #777777. Windows color (decimal): -7707722 or 11953034. OLE color: 11953034.
HSL color Cylindrical-coordinate representation of color #8A63B6: hue angle of 268.19º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A63B6 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 99 | 182 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.29 |
| HSL | 268.19º | 0.36% | 0.55% | - |
| HSV(B) | 268.19º | 0.46% | 0.71% | - |
| XYZ | 23.39 | 17.7 | 46.44 | - |
| YUV | 120.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 182 | 0.24 | 0.46 | 0 | 0.29 | 268.19 | 0.36 | 0.55 |
| Hex | 8A | 63 | B6 | 18 | 2E | 0 | 1D | 10C | 24 | 37 |
| Octal | 212 | 143 | 266 | 30 | 56 | 0 | 35 | 414 | 44 | 67 |
| Binary | 10001010 | 1100011 | 10110110 | 11000 | 101110 | 0 | 11101 | 100001100 | 100100 | 110111 |
Color Harmonies of #8A63B6
Complementary color
Monochromatic Colors of #8A63B6
Black with #8A63B6
Text Example
Text Example
White with #8A63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63B6; }
p { color: rgb(138,99,182); }
H1.HeaderClassName
{
color: #8A63B6;
}
.AnyTagClassName
{
color: #8A63B6;
}
</style>
background-color css
<style>
a { background-color: #8A63B6; }
a { background-color: rgb(138,99,182); }
div.DivClassName
{
background-color: #8A63B6;
}
.BgClassName
{
background-color: #8A63B6;
}
</style>
border-color css
<style>
span { border-color: #8A63B6; }
span { border-color: rgb(138,99,182); }
td.TdClassName
{
border-color: #8A63B6;
}
.TagClassName
{
border-color: #8A63B6;
}
</style>