Shades of Deep Lilac #915AC1
Tints of Deep Lilac #915AC1
RGB
CMYK
RGB Variations
Color information
#915AC1 (or 0x915AC1) is known color: Deep Lilac. HEX triplet: 91, 5A and C1. RGB value is (145,90,193). Sum of RGB (Red+Green+Blue) = 145+90+193=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #915AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AC1 is #6EA53E. Grayscale: #757575. Windows color (decimal): -7251263 or 12671633. OLE color: 12671633.
HSL color Cylindrical-coordinate representation of color #915AC1: hue angle of 272.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #915AC1 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 90 | 193 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.24 |
| HSL | 272.04º | 0.45% | 0.55% | - |
| HSV(B) | 272.04º | 0.53% | 0.76% | - |
| XYZ | 24.96 | 17.18 | 52.45 | - |
| YUV | 118.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 193 | 0.25 | 0.53 | 0 | 0.24 | 272.04 | 0.45 | 0.55 |
| Hex | 91 | 5A | C1 | 19 | 35 | 0 | 18 | 110 | 2D | 37 |
| Octal | 221 | 132 | 301 | 31 | 65 | 0 | 30 | 420 | 55 | 67 |
| Binary | 10010001 | 1011010 | 11000001 | 11001 | 110101 | 0 | 11000 | 100010000 | 101101 | 110111 |
Color Harmonies of #915AC1
Complementary color
Monochromatic Colors of #915AC1
Black with #915AC1
Text Example
Text Example
White with #915AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AC1; }
p { color: rgb(145,90,193); }
H1.HeaderClassName
{
color: #915AC1;
}
.AnyTagClassName
{
color: #915AC1;
}
</style>
background-color css
<style>
a { background-color: #915AC1; }
a { background-color: rgb(145,90,193); }
div.DivClassName
{
background-color: #915AC1;
}
.BgClassName
{
background-color: #915AC1;
}
</style>
border-color css
<style>
span { border-color: #915AC1; }
span { border-color: rgb(145,90,193); }
td.TdClassName
{
border-color: #915AC1;
}
.TagClassName
{
border-color: #915AC1;
}
</style>