Shades of Deep Lilac #8A5DBA
Tints of Deep Lilac #8A5DBA
RGB
CMYK
RGB Variations
Color information
#8A5DBA (or 0x8A5DBA) is known color: Deep Lilac. HEX triplet: 8A, 5D and BA. RGB value is (138,93,186). Sum of RGB (Red+Green+Blue) = 138+93+186=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DBA is #75A245. Grayscale: #747474. Windows color (decimal): -7709254 or 12213642. OLE color: 12213642.
HSL color Cylindrical-coordinate representation of color #8A5DBA: hue angle of 269.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5DBA is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 93 | 186 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.27 |
| HSL | 269.03º | 0.4% | 0.55% | - |
| HSV(B) | 269.03º | 0.5% | 0.73% | - |
| XYZ | 23.26 | 16.78 | 48.47 | - |
| YUV | 117.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 186 | 0.26 | 0.5 | 0 | 0.27 | 269.03 | 0.4 | 0.55 |
| Hex | 8A | 5D | BA | 1A | 32 | 0 | 1B | 10D | 28 | 37 |
| Octal | 212 | 135 | 272 | 32 | 62 | 0 | 33 | 415 | 50 | 67 |
| Binary | 10001010 | 1011101 | 10111010 | 11010 | 110010 | 0 | 11011 | 100001101 | 101000 | 110111 |
Color Harmonies of #8A5DBA
Complementary color
Monochromatic Colors of #8A5DBA
Black with #8A5DBA
Text Example
Text Example
White with #8A5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5DBA; }
p { color: rgb(138,93,186); }
H1.HeaderClassName
{
color: #8A5DBA;
}
.AnyTagClassName
{
color: #8A5DBA;
}
</style>
background-color css
<style>
a { background-color: #8A5DBA; }
a { background-color: rgb(138,93,186); }
div.DivClassName
{
background-color: #8A5DBA;
}
.BgClassName
{
background-color: #8A5DBA;
}
</style>
border-color css
<style>
span { border-color: #8A5DBA; }
span { border-color: rgb(138,93,186); }
td.TdClassName
{
border-color: #8A5DBA;
}
.TagClassName
{
border-color: #8A5DBA;
}
</style>