Shades of Deep Lilac #8749AF
Tints of Deep Lilac #8749AF
RGB
CMYK
RGB Variations
Color information
#8749AF (or 0x8749AF) is known color: Deep Lilac. HEX triplet: 87, 49 and AF. RGB value is (135,73,175). Sum of RGB (Red+Green+Blue) = 135+73+175=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #8749AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8749AF is #78B650. Grayscale: #666666. Windows color (decimal): -7910993 or 11487623. OLE color: 11487623.
HSL color Cylindrical-coordinate representation of color #8749AF: hue angle of 276.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8749AF is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 73 | 175 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.31 |
| HSL | 276.47º | 0.41% | 0.49% | - |
| HSV(B) | 276.47º | 0.58% | 0.69% | - |
| XYZ | 20.11 | 13.01 | 42.01 | - |
| YUV | 103.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 175 | 0.23 | 0.58 | 0 | 0.31 | 276.47 | 0.41 | 0.49 |
| Hex | 87 | 49 | AF | 17 | 3A | 0 | 1F | 114 | 29 | 31 |
| Octal | 207 | 111 | 257 | 27 | 72 | 0 | 37 | 424 | 51 | 61 |
| Binary | 10000111 | 1001001 | 10101111 | 10111 | 111010 | 0 | 11111 | 100010100 | 101001 | 110001 |
Color Harmonies of #8749AF
Complementary color
Monochromatic Colors of #8749AF
Black with #8749AF
Text Example
Text Example
White with #8749AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749AF; }
p { color: rgb(135,73,175); }
H1.HeaderClassName
{
color: #8749AF;
}
.AnyTagClassName
{
color: #8749AF;
}
</style>
background-color css
<style>
a { background-color: #8749AF; }
a { background-color: rgb(135,73,175); }
div.DivClassName
{
background-color: #8749AF;
}
.BgClassName
{
background-color: #8749AF;
}
</style>
border-color css
<style>
span { border-color: #8749AF; }
span { border-color: rgb(135,73,175); }
td.TdClassName
{
border-color: #8749AF;
}
.TagClassName
{
border-color: #8749AF;
}
</style>