Shades of Deep Lilac #8B41AA
Tints of Deep Lilac #8B41AA
RGB
CMYK
RGB Variations
Color information
#8B41AA (or 0x8B41AA) is known color: Deep Lilac. HEX triplet: 8B, 41 and AA. RGB value is (139,65,170). Sum of RGB (Red+Green+Blue) = 139+65+170=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B41AA is #74BE55. Grayscale: #626262. Windows color (decimal): -7650902 or 11157899. OLE color: 11157899.
HSL color Cylindrical-coordinate representation of color #8B41AA: hue angle of 282.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B41AA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 65 | 170 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.33 |
| HSL | 282.29º | 0.45% | 0.46% | - |
| HSV(B) | 282.29º | 0.62% | 0.67% | - |
| XYZ | 19.79 | 12.17 | 39.34 | - |
| YUV | 99.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 170 | 0.18 | 0.62 | 0 | 0.33 | 282.29 | 0.45 | 0.46 |
| Hex | 8B | 41 | AA | 12 | 3E | 0 | 21 | 11A | 2D | 2E |
| Octal | 213 | 101 | 252 | 22 | 76 | 0 | 41 | 432 | 55 | 56 |
| Binary | 10001011 | 1000001 | 10101010 | 10010 | 111110 | 0 | 100001 | 100011010 | 101101 | 101110 |
Color Harmonies of #8B41AA
Complementary color
Monochromatic Colors of #8B41AA
Black with #8B41AA
Text Example
Text Example
White with #8B41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41AA; }
p { color: rgb(139,65,170); }
H1.HeaderClassName
{
color: #8B41AA;
}
.AnyTagClassName
{
color: #8B41AA;
}
</style>
background-color css
<style>
a { background-color: #8B41AA; }
a { background-color: rgb(139,65,170); }
div.DivClassName
{
background-color: #8B41AA;
}
.BgClassName
{
background-color: #8B41AA;
}
</style>
border-color css
<style>
span { border-color: #8B41AA; }
span { border-color: rgb(139,65,170); }
td.TdClassName
{
border-color: #8B41AA;
}
.TagClassName
{
border-color: #8B41AA;
}
</style>