Shades of Deep Lilac #915FB5
Tints of Deep Lilac #915FB5
RGB
CMYK
RGB Variations
Color information
#915FB5 (or 0x915FB5) is known color: Deep Lilac. HEX triplet: 91, 5F and B5. RGB value is (145,95,181). Sum of RGB (Red+Green+Blue) = 145+95+181=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 181 - color contains mainly: blue. Hex color #915FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FB5 is #6EA04A. Grayscale: #777777. Windows color (decimal): -7249995 or 11886481. OLE color: 11886481.
HSL color Cylindrical-coordinate representation of color #915FB5: hue angle of 274.88º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915FB5 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 95 | 181 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.29 |
| HSL | 274.88º | 0.37% | 0.54% | - |
| HSV(B) | 274.88º | 0.48% | 0.71% | - |
| XYZ | 24.11 | 17.54 | 45.83 | - |
| YUV | 119.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 181 | 0.20 | 0.48 | 0 | 0.29 | 274.88 | 0.37 | 0.54 |
| Hex | 91 | 5F | B5 | 14 | 30 | 0 | 1D | 113 | 25 | 36 |
| Octal | 221 | 137 | 265 | 24 | 60 | 0 | 35 | 423 | 45 | 66 |
| Binary | 10010001 | 1011111 | 10110101 | 10100 | 110000 | 0 | 11101 | 100010011 | 100101 | 110110 |
Color Harmonies of #915FB5
Complementary color
Monochromatic Colors of #915FB5
Black with #915FB5
Text Example
Text Example
White with #915FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FB5; }
p { color: rgb(145,95,181); }
H1.HeaderClassName
{
color: #915FB5;
}
.AnyTagClassName
{
color: #915FB5;
}
</style>
background-color css
<style>
a { background-color: #915FB5; }
a { background-color: rgb(145,95,181); }
div.DivClassName
{
background-color: #915FB5;
}
.BgClassName
{
background-color: #915FB5;
}
</style>
border-color css
<style>
span { border-color: #915FB5; }
span { border-color: rgb(145,95,181); }
td.TdClassName
{
border-color: #915FB5;
}
.TagClassName
{
border-color: #915FB5;
}
</style>