Shades of Deep Lilac #995FBE
Tints of Deep Lilac #995FBE
RGB
CMYK
RGB Variations
Color information
#995FBE (or 0x995FBE) is known color: Deep Lilac. HEX triplet: 99, 5F and BE. RGB value is (153,95,190). Sum of RGB (Red+Green+Blue) = 153+95+190=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #995FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FBE is #66A041. Grayscale: #7A7A7A. Windows color (decimal): -6725698 or 12476313. OLE color: 12476313.
HSL color Cylindrical-coordinate representation of color #995FBE: hue angle of 276.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995FBE is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 95 | 190 | - |
| CMYK | 0.19 | 0.5 | 0 | 0.25 |
| HSL | 276.63º | 0.42% | 0.56% | - |
| HSV(B) | 276.63º | 0.5% | 0.75% | - |
| XYZ | 26.52 | 18.67 | 50.92 | - |
| YUV | 123.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 190 | 0.19 | 0.5 | 0 | 0.25 | 276.63 | 0.42 | 0.56 |
| Hex | 99 | 5F | BE | 13 | 32 | 0 | 19 | 115 | 2A | 38 |
| Octal | 231 | 137 | 276 | 23 | 62 | 0 | 31 | 425 | 52 | 70 |
| Binary | 10011001 | 1011111 | 10111110 | 10011 | 110010 | 0 | 11001 | 100010101 | 101010 | 111000 |
Color Harmonies of #995FBE
Complementary color
Monochromatic Colors of #995FBE
Black with #995FBE
Text Example
Text Example
White with #995FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FBE; }
p { color: rgb(153,95,190); }
H1.HeaderClassName
{
color: #995FBE;
}
.AnyTagClassName
{
color: #995FBE;
}
</style>
background-color css
<style>
a { background-color: #995FBE; }
a { background-color: rgb(153,95,190); }
div.DivClassName
{
background-color: #995FBE;
}
.BgClassName
{
background-color: #995FBE;
}
</style>
border-color css
<style>
span { border-color: #995FBE; }
span { border-color: rgb(153,95,190); }
td.TdClassName
{
border-color: #995FBE;
}
.TagClassName
{
border-color: #995FBE;
}
</style>