Shades of Deep Lilac #915AAF
Tints of Deep Lilac #915AAF
RGB
CMYK
RGB Variations
Color information
#915AAF (or 0x915AAF) is known color: Deep Lilac. HEX triplet: 91, 5A and AF. RGB value is (145,90,175). Sum of RGB (Red+Green+Blue) = 145+90+175=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #915AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAF is #6EA550. Grayscale: #737373. Windows color (decimal): -7251281 or 11491985. OLE color: 11491985.
HSL color Cylindrical-coordinate representation of color #915AAF: hue angle of 278.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915AAF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 90 | 175 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.31 |
| HSL | 278.82º | 0.35% | 0.52% | - |
| HSV(B) | 278.82º | 0.49% | 0.69% | - |
| XYZ | 23.07 | 16.43 | 42.51 | - |
| YUV | 116.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 175 | 0.17 | 0.49 | 0 | 0.31 | 278.82 | 0.35 | 0.52 |
| Hex | 91 | 5A | AF | 11 | 31 | 0 | 1F | 117 | 23 | 34 |
| Octal | 221 | 132 | 257 | 21 | 61 | 0 | 37 | 427 | 43 | 64 |
| Binary | 10010001 | 1011010 | 10101111 | 10001 | 110001 | 0 | 11111 | 100010111 | 100011 | 110100 |
Color Harmonies of #915AAF
Complementary color
Monochromatic Colors of #915AAF
Black with #915AAF
Text Example
Text Example
White with #915AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AAF; }
p { color: rgb(145,90,175); }
H1.HeaderClassName
{
color: #915AAF;
}
.AnyTagClassName
{
color: #915AAF;
}
</style>
background-color css
<style>
a { background-color: #915AAF; }
a { background-color: rgb(145,90,175); }
div.DivClassName
{
background-color: #915AAF;
}
.BgClassName
{
background-color: #915AAF;
}
</style>
border-color css
<style>
span { border-color: #915AAF; }
span { border-color: rgb(145,90,175); }
td.TdClassName
{
border-color: #915AAF;
}
.TagClassName
{
border-color: #915AAF;
}
</style>