Shades of Lilac Bush #8A67BE
Tints of Lilac Bush #8A67BE
RGB
CMYK
RGB Variations
Color information
#8A67BE (or 0x8A67BE) is known color: Lilac Bush. HEX triplet: 8A, 67 and BE. RGB value is (138,103,190). Sum of RGB (Red+Green+Blue) = 138+103+190=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67BE is #759841. Grayscale: #7B7B7B. Windows color (decimal): -7706690 or 12478346. OLE color: 12478346.
HSL color Cylindrical-coordinate representation of color #8A67BE: hue angle of 264.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A67BE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 103 | 190 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.25 |
| HSL | 264.14º | 0.4% | 0.57% | - |
| HSV(B) | 264.14º | 0.46% | 0.75% | - |
| XYZ | 24.63 | 18.82 | 51.05 | - |
| YUV | 123.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 190 | 0.27 | 0.46 | 0 | 0.25 | 264.14 | 0.4 | 0.57 |
| Hex | 8A | 67 | BE | 1B | 2E | 0 | 19 | 108 | 28 | 39 |
| Octal | 212 | 147 | 276 | 33 | 56 | 0 | 31 | 410 | 50 | 71 |
| Binary | 10001010 | 1100111 | 10111110 | 11011 | 101110 | 0 | 11001 | 100001000 | 101000 | 111001 |
Color Harmonies of #8A67BE
Complementary color
Monochromatic Colors of #8A67BE
Black with #8A67BE
Text Example
Text Example
White with #8A67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67BE; }
p { color: rgb(138,103,190); }
H1.HeaderClassName
{
color: #8A67BE;
}
.AnyTagClassName
{
color: #8A67BE;
}
</style>
background-color css
<style>
a { background-color: #8A67BE; }
a { background-color: rgb(138,103,190); }
div.DivClassName
{
background-color: #8A67BE;
}
.BgClassName
{
background-color: #8A67BE;
}
</style>
border-color css
<style>
span { border-color: #8A67BE; }
span { border-color: rgb(138,103,190); }
td.TdClassName
{
border-color: #8A67BE;
}
.TagClassName
{
border-color: #8A67BE;
}
</style>