Shades of Deep Lilac #9148AC
Tints of Deep Lilac #9148AC
RGB
CMYK
RGB Variations
Color information
#9148AC (or 0x9148AC) is known color: Deep Lilac. HEX triplet: 91, 48 and AC. RGB value is (145,72,172). Sum of RGB (Red+Green+Blue) = 145+72+172=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9148AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9148AC is #6EB753. Grayscale: #686868. Windows color (decimal): -7255892 or 11290769. OLE color: 11290769.
HSL color Cylindrical-coordinate representation of color #9148AC: hue angle of 283.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9148AC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 72 | 172 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.33 |
| HSL | 283.8º | 0.41% | 0.48% | - |
| HSV(B) | 283.8º | 0.58% | 0.67% | - |
| XYZ | 21.44 | 13.63 | 40.53 | - |
| YUV | 105.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 172 | 0.16 | 0.58 | 0 | 0.33 | 283.8 | 0.41 | 0.48 |
| Hex | 91 | 48 | AC | 10 | 3A | 0 | 21 | 11C | 29 | 30 |
| Octal | 221 | 110 | 254 | 20 | 72 | 0 | 41 | 434 | 51 | 60 |
| Binary | 10010001 | 1001000 | 10101100 | 10000 | 111010 | 0 | 100001 | 100011100 | 101001 | 110000 |
Color Harmonies of #9148AC
Complementary color
Monochromatic Colors of #9148AC
Black with #9148AC
Text Example
Text Example
White with #9148AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9148AC; }
p { color: rgb(145,72,172); }
H1.HeaderClassName
{
color: #9148AC;
}
.AnyTagClassName
{
color: #9148AC;
}
</style>
background-color css
<style>
a { background-color: #9148AC; }
a { background-color: rgb(145,72,172); }
div.DivClassName
{
background-color: #9148AC;
}
.BgClassName
{
background-color: #9148AC;
}
</style>
border-color css
<style>
span { border-color: #9148AC; }
span { border-color: rgb(145,72,172); }
td.TdClassName
{
border-color: #9148AC;
}
.TagClassName
{
border-color: #9148AC;
}
</style>