Shades of Deep Lilac #8748AF
Tints of Deep Lilac #8748AF
RGB
CMYK
RGB Variations
Color information
#8748AF (or 0x8748AF) is known color: Deep Lilac. HEX triplet: 87, 48 and AF. RGB value is (135,72,175). Sum of RGB (Red+Green+Blue) = 135+72+175=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #8748AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8748AF is #78B750. Grayscale: #666666. Windows color (decimal): -7911249 or 11487367. OLE color: 11487367.
HSL color Cylindrical-coordinate representation of color #8748AF: hue angle of 276.7º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8748AF is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 72 | 175 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.31 |
| HSL | 276.7º | 0.42% | 0.48% | - |
| HSV(B) | 276.7º | 0.59% | 0.69% | - |
| XYZ | 20.05 | 12.88 | 41.99 | - |
| YUV | 102.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 175 | 0.23 | 0.59 | 0 | 0.31 | 276.7 | 0.42 | 0.48 |
| Hex | 87 | 48 | AF | 17 | 3B | 0 | 1F | 115 | 2A | 30 |
| Octal | 207 | 110 | 257 | 27 | 73 | 0 | 37 | 425 | 52 | 60 |
| Binary | 10000111 | 1001000 | 10101111 | 10111 | 111011 | 0 | 11111 | 100010101 | 101010 | 110000 |
Color Harmonies of #8748AF
Complementary color
Monochromatic Colors of #8748AF
Black with #8748AF
Text Example
Text Example
White with #8748AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748AF; }
p { color: rgb(135,72,175); }
H1.HeaderClassName
{
color: #8748AF;
}
.AnyTagClassName
{
color: #8748AF;
}
</style>
background-color css
<style>
a { background-color: #8748AF; }
a { background-color: rgb(135,72,175); }
div.DivClassName
{
background-color: #8748AF;
}
.BgClassName
{
background-color: #8748AF;
}
</style>
border-color css
<style>
span { border-color: #8748AF; }
span { border-color: rgb(135,72,175); }
td.TdClassName
{
border-color: #8748AF;
}
.TagClassName
{
border-color: #8748AF;
}
</style>