Shades of Deep Lilac #8F4BAE
Tints of Deep Lilac #8F4BAE
RGB
CMYK
RGB Variations
Color information
#8F4BAE (or 0x8F4BAE) is known color: Deep Lilac. HEX triplet: 8F, 4B and AE. RGB value is (143,75,174). Sum of RGB (Red+Green+Blue) = 143+75+174=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4BAE is #70B451. Grayscale: #6A6A6A. Windows color (decimal): -7386194 or 11422607. OLE color: 11422607.
HSL color Cylindrical-coordinate representation of color #8F4BAE: hue angle of 281.21º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4BAE is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 75 | 174 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.32 |
| HSL | 281.21º | 0.4% | 0.49% | - |
| HSV(B) | 281.21º | 0.57% | 0.68% | - |
| XYZ | 21.48 | 13.93 | 41.6 | - |
| YUV | 106.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 174 | 0.18 | 0.57 | 0 | 0.32 | 281.21 | 0.4 | 0.49 |
| Hex | 8F | 4B | AE | 12 | 39 | 0 | 20 | 119 | 28 | 31 |
| Octal | 217 | 113 | 256 | 22 | 71 | 0 | 40 | 431 | 50 | 61 |
| Binary | 10001111 | 1001011 | 10101110 | 10010 | 111001 | 0 | 100000 | 100011001 | 101000 | 110001 |
Color Harmonies of #8F4BAE
Complementary color
Monochromatic Colors of #8F4BAE
Black with #8F4BAE
Text Example
Text Example
White with #8F4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BAE; }
p { color: rgb(143,75,174); }
H1.HeaderClassName
{
color: #8F4BAE;
}
.AnyTagClassName
{
color: #8F4BAE;
}
</style>
background-color css
<style>
a { background-color: #8F4BAE; }
a { background-color: rgb(143,75,174); }
div.DivClassName
{
background-color: #8F4BAE;
}
.BgClassName
{
background-color: #8F4BAE;
}
</style>
border-color css
<style>
span { border-color: #8F4BAE; }
span { border-color: rgb(143,75,174); }
td.TdClassName
{
border-color: #8F4BAE;
}
.TagClassName
{
border-color: #8F4BAE;
}
</style>