Shades of Deep Lilac #915FBB
Tints of Deep Lilac #915FBB
RGB
CMYK
RGB Variations
Color information
#915FBB (or 0x915FBB) is known color: Deep Lilac. HEX triplet: 91, 5F and BB. RGB value is (145,95,187). Sum of RGB (Red+Green+Blue) = 145+95+187=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #915FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FBB is #6EA044. Grayscale: #787878. Windows color (decimal): -7249989 or 12279697. OLE color: 12279697.
HSL color Cylindrical-coordinate representation of color #915FBB: hue angle of 272.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915FBB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 95 | 187 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.27 |
| HSL | 272.61º | 0.4% | 0.55% | - |
| HSV(B) | 272.61º | 0.49% | 0.73% | - |
| XYZ | 24.74 | 17.79 | 49.14 | - |
| YUV | 120.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 187 | 0.22 | 0.49 | 0 | 0.27 | 272.61 | 0.4 | 0.55 |
| Hex | 91 | 5F | BB | 16 | 31 | 0 | 1B | 111 | 28 | 37 |
| Octal | 221 | 137 | 273 | 26 | 61 | 0 | 33 | 421 | 50 | 67 |
| Binary | 10010001 | 1011111 | 10111011 | 10110 | 110001 | 0 | 11011 | 100010001 | 101000 | 110111 |
Color Harmonies of #915FBB
Complementary color
Monochromatic Colors of #915FBB
Black with #915FBB
Text Example
Text Example
White with #915FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915FBB; }
p { color: rgb(145,95,187); }
H1.HeaderClassName
{
color: #915FBB;
}
.AnyTagClassName
{
color: #915FBB;
}
</style>
background-color css
<style>
a { background-color: #915FBB; }
a { background-color: rgb(145,95,187); }
div.DivClassName
{
background-color: #915FBB;
}
.BgClassName
{
background-color: #915FBB;
}
</style>
border-color css
<style>
span { border-color: #915FBB; }
span { border-color: rgb(145,95,187); }
td.TdClassName
{
border-color: #915FBB;
}
.TagClassName
{
border-color: #915FBB;
}
</style>