Shades of Deep Lilac #913AAF
Tints of Deep Lilac #913AAF
RGB
CMYK
RGB Variations
Color information
#913AAF (or 0x913AAF) is known color: Deep Lilac. HEX triplet: 91, 3A and AF. RGB value is (145,58,175). Sum of RGB (Red+Green+Blue) = 145+58+175=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #913AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913AAF is #6EC550. Grayscale: #606060. Windows color (decimal): -7259473 or 11483793. OLE color: 11483793.
HSL color Cylindrical-coordinate representation of color #913AAF: hue angle of 284.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913AAF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 58 | 175 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.31 |
| HSL | 284.62º | 0.5% | 0.46% | - |
| HSV(B) | 284.62º | 0.67% | 0.69% | - |
| XYZ | 20.93 | 12.14 | 41.8 | - |
| YUV | 97.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 175 | 0.17 | 0.67 | 0 | 0.31 | 284.62 | 0.5 | 0.46 |
| Hex | 91 | 3A | AF | 11 | 43 | 0 | 1F | 11D | 32 | 2E |
| Octal | 221 | 72 | 257 | 21 | 103 | 0 | 37 | 435 | 62 | 56 |
| Binary | 10010001 | 111010 | 10101111 | 10001 | 1000011 | 0 | 11111 | 100011101 | 110010 | 101110 |
Color Harmonies of #913AAF
Complementary color
Monochromatic Colors of #913AAF
Black with #913AAF
Text Example
Text Example
White with #913AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913AAF; }
p { color: rgb(145,58,175); }
H1.HeaderClassName
{
color: #913AAF;
}
.AnyTagClassName
{
color: #913AAF;
}
</style>
background-color css
<style>
a { background-color: #913AAF; }
a { background-color: rgb(145,58,175); }
div.DivClassName
{
background-color: #913AAF;
}
.BgClassName
{
background-color: #913AAF;
}
</style>
border-color css
<style>
span { border-color: #913AAF; }
span { border-color: rgb(145,58,175); }
td.TdClassName
{
border-color: #913AAF;
}
.TagClassName
{
border-color: #913AAF;
}
</style>