Shades of Deep Lilac #913DAC
Tints of Deep Lilac #913DAC
RGB
CMYK
RGB Variations
Color information
#913DAC (or 0x913DAC) is known color: Deep Lilac. HEX triplet: 91, 3D and AC. RGB value is (145,61,172). Sum of RGB (Red+Green+Blue) = 145+61+172=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #913DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DAC is #6EC253. Grayscale: #626262. Windows color (decimal): -7258708 or 11287953. OLE color: 11287953.
HSL color Cylindrical-coordinate representation of color #913DAC: hue angle of 285.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913DAC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 61 | 172 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.33 |
| HSL | 285.41º | 0.48% | 0.46% | - |
| HSV(B) | 285.41º | 0.65% | 0.67% | - |
| XYZ | 20.79 | 12.34 | 40.31 | - |
| YUV | 98.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 172 | 0.16 | 0.65 | 0 | 0.33 | 285.41 | 0.48 | 0.46 |
| Hex | 91 | 3D | AC | 10 | 41 | 0 | 21 | 11D | 30 | 2E |
| Octal | 221 | 75 | 254 | 20 | 101 | 0 | 41 | 435 | 60 | 56 |
| Binary | 10010001 | 111101 | 10101100 | 10000 | 1000001 | 0 | 100001 | 100011101 | 110000 | 101110 |
Color Harmonies of #913DAC
Complementary color
Monochromatic Colors of #913DAC
Black with #913DAC
Text Example
Text Example
White with #913DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DAC; }
p { color: rgb(145,61,172); }
H1.HeaderClassName
{
color: #913DAC;
}
.AnyTagClassName
{
color: #913DAC;
}
</style>
background-color css
<style>
a { background-color: #913DAC; }
a { background-color: rgb(145,61,172); }
div.DivClassName
{
background-color: #913DAC;
}
.BgClassName
{
background-color: #913DAC;
}
</style>
border-color css
<style>
span { border-color: #913DAC; }
span { border-color: rgb(145,61,172); }
td.TdClassName
{
border-color: #913DAC;
}
.TagClassName
{
border-color: #913DAC;
}
</style>