Shades of Deep Lilac #995BBA
Tints of Deep Lilac #995BBA
RGB
CMYK
RGB Variations
Color information
#995BBA (or 0x995BBA) is known color: Deep Lilac. HEX triplet: 99, 5B and BA. RGB value is (153,91,186). Sum of RGB (Red+Green+Blue) = 153+91+186=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #995BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BBA is #66A445. Grayscale: #787878. Windows color (decimal): -6726726 or 12213145. OLE color: 12213145.
HSL color Cylindrical-coordinate representation of color #995BBA: hue angle of 279.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995BBA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 91 | 186 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.27 |
| HSL | 279.16º | 0.41% | 0.54% | - |
| HSV(B) | 279.16º | 0.51% | 0.73% | - |
| XYZ | 25.74 | 17.8 | 48.53 | - |
| YUV | 120.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 186 | 0.18 | 0.51 | 0 | 0.27 | 279.16 | 0.41 | 0.54 |
| Hex | 99 | 5B | BA | 12 | 33 | 0 | 1B | 117 | 29 | 36 |
| Octal | 231 | 133 | 272 | 22 | 63 | 0 | 33 | 427 | 51 | 66 |
| Binary | 10011001 | 1011011 | 10111010 | 10010 | 110011 | 0 | 11011 | 100010111 | 101001 | 110110 |
Color Harmonies of #995BBA
Complementary color
Monochromatic Colors of #995BBA
Black with #995BBA
Text Example
Text Example
White with #995BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BBA; }
p { color: rgb(153,91,186); }
H1.HeaderClassName
{
color: #995BBA;
}
.AnyTagClassName
{
color: #995BBA;
}
</style>
background-color css
<style>
a { background-color: #995BBA; }
a { background-color: rgb(153,91,186); }
div.DivClassName
{
background-color: #995BBA;
}
.BgClassName
{
background-color: #995BBA;
}
</style>
border-color css
<style>
span { border-color: #995BBA; }
span { border-color: rgb(153,91,186); }
td.TdClassName
{
border-color: #995BBA;
}
.TagClassName
{
border-color: #995BBA;
}
</style>