Shades of Deep Lilac #8841AF
Tints of Deep Lilac #8841AF
RGB
CMYK
RGB Variations
Color information
#8841AF (or 0x8841AF) is known color: Deep Lilac. HEX triplet: 88, 41 and AF. RGB value is (136,65,175). Sum of RGB (Red+Green+Blue) = 136+65+175=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #8841AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8841AF is #77BE50. Grayscale: #626262. Windows color (decimal): -7847505 or 11485576. OLE color: 11485576.
HSL color Cylindrical-coordinate representation of color #8841AF: hue angle of 278.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8841AF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 65 | 175 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.31 |
| HSL | 278.73º | 0.46% | 0.47% | - |
| HSV(B) | 278.73º | 0.63% | 0.69% | - |
| XYZ | 19.78 | 12.11 | 41.85 | - |
| YUV | 98.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 175 | 0.22 | 0.63 | 0 | 0.31 | 278.73 | 0.46 | 0.47 |
| Hex | 88 | 41 | AF | 16 | 3F | 0 | 1F | 117 | 2E | 2F |
| Octal | 210 | 101 | 257 | 26 | 77 | 0 | 37 | 427 | 56 | 57 |
| Binary | 10001000 | 1000001 | 10101111 | 10110 | 111111 | 0 | 11111 | 100010111 | 101110 | 101111 |
Color Harmonies of #8841AF
Complementary color
Monochromatic Colors of #8841AF
Black with #8841AF
Text Example
Text Example
White with #8841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841AF; }
p { color: rgb(136,65,175); }
H1.HeaderClassName
{
color: #8841AF;
}
.AnyTagClassName
{
color: #8841AF;
}
</style>
background-color css
<style>
a { background-color: #8841AF; }
a { background-color: rgb(136,65,175); }
div.DivClassName
{
background-color: #8841AF;
}
.BgClassName
{
background-color: #8841AF;
}
</style>
border-color css
<style>
span { border-color: #8841AF; }
span { border-color: rgb(136,65,175); }
td.TdClassName
{
border-color: #8841AF;
}
.TagClassName
{
border-color: #8841AF;
}
</style>