Shades of Deep Lilac #995AC1
Tints of Deep Lilac #995AC1
RGB
CMYK
RGB Variations
Color information
#995AC1 (or 0x995AC1) is known color: Deep Lilac. HEX triplet: 99, 5A and C1. RGB value is (153,90,193). Sum of RGB (Red+Green+Blue) = 153+90+193=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #995AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AC1 is #66A53E. Grayscale: #787878. Windows color (decimal): -6726975 or 12671641. OLE color: 12671641.
HSL color Cylindrical-coordinate representation of color #995AC1: hue angle of 276.7º 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 #995AC1 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 90 | 193 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.24 |
| HSL | 276.7º | 0.45% | 0.55% | - |
| HSV(B) | 276.7º | 0.53% | 0.76% | - |
| XYZ | 26.42 | 17.93 | 52.52 | - |
| YUV | 120.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 193 | 0.21 | 0.53 | 0 | 0.24 | 276.7 | 0.45 | 0.55 |
| Hex | 99 | 5A | C1 | 15 | 35 | 0 | 18 | 115 | 2D | 37 |
| Octal | 231 | 132 | 301 | 25 | 65 | 0 | 30 | 425 | 55 | 67 |
| Binary | 10011001 | 1011010 | 11000001 | 10101 | 110101 | 0 | 11000 | 100010101 | 101101 | 110111 |
Color Harmonies of #995AC1
Complementary color
Monochromatic Colors of #995AC1
Black with #995AC1
Text Example
Text Example
White with #995AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AC1; }
p { color: rgb(153,90,193); }
H1.HeaderClassName
{
color: #995AC1;
}
.AnyTagClassName
{
color: #995AC1;
}
</style>
background-color css
<style>
a { background-color: #995AC1; }
a { background-color: rgb(153,90,193); }
div.DivClassName
{
background-color: #995AC1;
}
.BgClassName
{
background-color: #995AC1;
}
</style>
border-color css
<style>
span { border-color: #995AC1; }
span { border-color: rgb(153,90,193); }
td.TdClassName
{
border-color: #995AC1;
}
.TagClassName
{
border-color: #995AC1;
}
</style>