Shades of Deep Lilac #8D3FAA
Tints of Deep Lilac #8D3FAA
RGB
CMYK
RGB Variations
Color information
#8D3FAA (or 0x8D3FAA) is known color: Deep Lilac. HEX triplet: 8D, 3F and AA. RGB value is (141,63,170). Sum of RGB (Red+Green+Blue) = 141+63+170=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 63 (25% from 255 or 16.84% 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 #8D3FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3FAA is #72C055. Grayscale: #626262. Windows color (decimal): -7520342 or 11157389. OLE color: 11157389.
HSL color Cylindrical-coordinate representation of color #8D3FAA: hue angle of 283.74º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D3FAA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 63 | 170 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.33 |
| HSL | 283.74º | 0.46% | 0.46% | - |
| HSV(B) | 283.74º | 0.63% | 0.67% | - |
| XYZ | 20.02 | 12.12 | 39.31 | - |
| YUV | 98.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 170 | 0.17 | 0.63 | 0 | 0.33 | 283.74 | 0.46 | 0.46 |
| Hex | 8D | 3F | AA | 11 | 3F | 0 | 21 | 11C | 2E | 2E |
| Octal | 215 | 77 | 252 | 21 | 77 | 0 | 41 | 434 | 56 | 56 |
| Binary | 10001101 | 111111 | 10101010 | 10001 | 111111 | 0 | 100001 | 100011100 | 101110 | 101110 |
Color Harmonies of #8D3FAA
Complementary color
Monochromatic Colors of #8D3FAA
Black with #8D3FAA
Text Example
Text Example
White with #8D3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FAA; }
p { color: rgb(141,63,170); }
H1.HeaderClassName
{
color: #8D3FAA;
}
.AnyTagClassName
{
color: #8D3FAA;
}
</style>
background-color css
<style>
a { background-color: #8D3FAA; }
a { background-color: rgb(141,63,170); }
div.DivClassName
{
background-color: #8D3FAA;
}
.BgClassName
{
background-color: #8D3FAA;
}
</style>
border-color css
<style>
span { border-color: #8D3FAA; }
span { border-color: rgb(141,63,170); }
td.TdClassName
{
border-color: #8D3FAA;
}
.TagClassName
{
border-color: #8D3FAA;
}
</style>