Shades of Lilac Bush #8A67B5
Tints of Lilac Bush #8A67B5
RGB
CMYK
RGB Variations
Color information
#8A67B5 (or 0x8A67B5) is known color: Lilac Bush. HEX triplet: 8A, 67 and B5. RGB value is (138,103,181). Sum of RGB (Red+Green+Blue) = 138+103+181=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A67B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67B5 is #75984A. Grayscale: #7A7A7A. Windows color (decimal): -7706699 or 11888522. OLE color: 11888522.
HSL color Cylindrical-coordinate representation of color #8A67B5: hue angle of 266.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A67B5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 103 | 181 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.29 |
| HSL | 266.92º | 0.35% | 0.56% | - |
| HSV(B) | 266.92º | 0.43% | 0.71% | - |
| XYZ | 23.67 | 18.44 | 46.03 | - |
| YUV | 122.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 181 | 0.24 | 0.43 | 0 | 0.29 | 266.92 | 0.35 | 0.56 |
| Hex | 8A | 67 | B5 | 18 | 2B | 0 | 1D | 10B | 23 | 38 |
| Octal | 212 | 147 | 265 | 30 | 53 | 0 | 35 | 413 | 43 | 70 |
| Binary | 10001010 | 1100111 | 10110101 | 11000 | 101011 | 0 | 11101 | 100001011 | 100011 | 111000 |
Color Harmonies of #8A67B5
Complementary color
Monochromatic Colors of #8A67B5
Black with #8A67B5
Text Example
Text Example
White with #8A67B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67B5; }
p { color: rgb(138,103,181); }
H1.HeaderClassName
{
color: #8A67B5;
}
.AnyTagClassName
{
color: #8A67B5;
}
</style>
background-color css
<style>
a { background-color: #8A67B5; }
a { background-color: rgb(138,103,181); }
div.DivClassName
{
background-color: #8A67B5;
}
.BgClassName
{
background-color: #8A67B5;
}
</style>
border-color css
<style>
span { border-color: #8A67B5; }
span { border-color: rgb(138,103,181); }
td.TdClassName
{
border-color: #8A67B5;
}
.TagClassName
{
border-color: #8A67B5;
}
</style>