Shades of Deep Lilac #915BAE
Tints of Deep Lilac #915BAE
RGB
CMYK
RGB Variations
Color information
#915BAE (or 0x915BAE) is known color: Deep Lilac. HEX triplet: 91, 5B and AE. RGB value is (145,91,174). Sum of RGB (Red+Green+Blue) = 145+91+174=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #915BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915BAE is #6EA451. Grayscale: #747474. Windows color (decimal): -7251026 or 11426705. OLE color: 11426705.
HSL color Cylindrical-coordinate representation of color #915BAE: hue angle of 279.04º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915BAE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 91 | 174 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.32 |
| HSL | 279.04º | 0.34% | 0.52% | - |
| HSV(B) | 279.04º | 0.48% | 0.68% | - |
| XYZ | 23.06 | 16.56 | 42.03 | - |
| YUV | 116.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 174 | 0.17 | 0.48 | 0 | 0.32 | 279.04 | 0.34 | 0.52 |
| Hex | 91 | 5B | AE | 11 | 30 | 0 | 20 | 117 | 22 | 34 |
| Octal | 221 | 133 | 256 | 21 | 60 | 0 | 40 | 427 | 42 | 64 |
| Binary | 10010001 | 1011011 | 10101110 | 10001 | 110000 | 0 | 100000 | 100010111 | 100010 | 110100 |
Color Harmonies of #915BAE
Complementary color
Monochromatic Colors of #915BAE
Black with #915BAE
Text Example
Text Example
White with #915BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BAE; }
p { color: rgb(145,91,174); }
H1.HeaderClassName
{
color: #915BAE;
}
.AnyTagClassName
{
color: #915BAE;
}
</style>
background-color css
<style>
a { background-color: #915BAE; }
a { background-color: rgb(145,91,174); }
div.DivClassName
{
background-color: #915BAE;
}
.BgClassName
{
background-color: #915BAE;
}
</style>
border-color css
<style>
span { border-color: #915BAE; }
span { border-color: rgb(145,91,174); }
td.TdClassName
{
border-color: #915BAE;
}
.TagClassName
{
border-color: #915BAE;
}
</style>