Shades of Deep Lilac #8D4BAA
Tints of Deep Lilac #8D4BAA
RGB
CMYK
RGB Variations
Color information
#8D4BAA (or 0x8D4BAA) is known color: Deep Lilac. HEX triplet: 8D, 4B and AA. RGB value is (141,75,170). Sum of RGB (Red+Green+Blue) = 141+75+170=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4BAA is #72B455. Grayscale: #696969. Windows color (decimal): -7517270 or 11160461. OLE color: 11160461.
HSL color Cylindrical-coordinate representation of color #8D4BAA: hue angle of 281.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D4BAA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 75 | 170 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.33 |
| HSL | 281.68º | 0.39% | 0.48% | - |
| HSV(B) | 281.68º | 0.56% | 0.67% | - |
| XYZ | 20.76 | 13.6 | 39.56 | - |
| YUV | 105.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 170 | 0.17 | 0.56 | 0 | 0.33 | 281.68 | 0.39 | 0.48 |
| Hex | 8D | 4B | AA | 11 | 38 | 0 | 21 | 11A | 27 | 30 |
| Octal | 215 | 113 | 252 | 21 | 70 | 0 | 41 | 432 | 47 | 60 |
| Binary | 10001101 | 1001011 | 10101010 | 10001 | 111000 | 0 | 100001 | 100011010 | 100111 | 110000 |
Color Harmonies of #8D4BAA
Complementary color
Monochromatic Colors of #8D4BAA
Black with #8D4BAA
Text Example
Text Example
White with #8D4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4BAA; }
p { color: rgb(141,75,170); }
H1.HeaderClassName
{
color: #8D4BAA;
}
.AnyTagClassName
{
color: #8D4BAA;
}
</style>
background-color css
<style>
a { background-color: #8D4BAA; }
a { background-color: rgb(141,75,170); }
div.DivClassName
{
background-color: #8D4BAA;
}
.BgClassName
{
background-color: #8D4BAA;
}
</style>
border-color css
<style>
span { border-color: #8D4BAA; }
span { border-color: rgb(141,75,170); }
td.TdClassName
{
border-color: #8D4BAA;
}
.TagClassName
{
border-color: #8D4BAA;
}
</style>