Shades of Lilac Bush #8A67B9
Tints of Lilac Bush #8A67B9
RGB
CMYK
RGB Variations
Color information
#8A67B9 (or 0x8A67B9) is known color: Lilac Bush. HEX triplet: 8A, 67 and B9. RGB value is (138,103,185). Sum of RGB (Red+Green+Blue) = 138+103+185=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A67B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67B9 is #759846. Grayscale: #7A7A7A. Windows color (decimal): -7706695 or 12150666. OLE color: 12150666.
HSL color Cylindrical-coordinate representation of color #8A67B9: hue angle of 265.61º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A67B9 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 103 | 185 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.27 |
| HSL | 265.61º | 0.37% | 0.56% | - |
| HSV(B) | 265.61º | 0.44% | 0.73% | - |
| XYZ | 24.09 | 18.61 | 48.22 | - |
| YUV | 122.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 185 | 0.25 | 0.44 | 0 | 0.27 | 265.61 | 0.37 | 0.56 |
| Hex | 8A | 67 | B9 | 19 | 2C | 0 | 1B | 10A | 25 | 38 |
| Octal | 212 | 147 | 271 | 31 | 54 | 0 | 33 | 412 | 45 | 70 |
| Binary | 10001010 | 1100111 | 10111001 | 11001 | 101100 | 0 | 11011 | 100001010 | 100101 | 111000 |
Color Harmonies of #8A67B9
Complementary color
Monochromatic Colors of #8A67B9
Black with #8A67B9
Text Example
Text Example
White with #8A67B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67B9; }
p { color: rgb(138,103,185); }
H1.HeaderClassName
{
color: #8A67B9;
}
.AnyTagClassName
{
color: #8A67B9;
}
</style>
background-color css
<style>
a { background-color: #8A67B9; }
a { background-color: rgb(138,103,185); }
div.DivClassName
{
background-color: #8A67B9;
}
.BgClassName
{
background-color: #8A67B9;
}
</style>
border-color css
<style>
span { border-color: #8A67B9; }
span { border-color: rgb(138,103,185); }
td.TdClassName
{
border-color: #8A67B9;
}
.TagClassName
{
border-color: #8A67B9;
}
</style>