Shades of Deep Lilac #9D5AB2
Tints of Deep Lilac #9D5AB2
RGB
CMYK
RGB Variations
Color information
#9D5AB2 (or 0x9D5AB2) is known color: Deep Lilac. HEX triplet: 9D, 5A and B2. RGB value is (157,90,178). Sum of RGB (Red+Green+Blue) = 157+90+178=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5AB2 is #62A54D. Grayscale: #777777. Windows color (decimal): -6464846 or 11688605. OLE color: 11688605.
HSL color Cylindrical-coordinate representation of color #9D5AB2: hue angle of 285.68º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5AB2 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 90 | 178 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.30 |
| HSL | 285.68º | 0.36% | 0.53% | - |
| HSV(B) | 285.68º | 0.49% | 0.7% | - |
| XYZ | 25.6 | 17.69 | 44.19 | - |
| YUV | 120.07 | 160.7 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 178 | 0.12 | 0.49 | 0 | 0.30 | 285.68 | 0.36 | 0.53 |
| Hex | 9D | 5A | B2 | C | 31 | 0 | 1E | 11E | 24 | 35 |
| Octal | 235 | 132 | 262 | 14 | 61 | 0 | 36 | 436 | 44 | 65 |
| Binary | 10011101 | 1011010 | 10110010 | 1100 | 110001 | 0 | 11110 | 100011110 | 100100 | 110101 |
Color Harmonies of #9D5AB2
Complementary color
Monochromatic Colors of #9D5AB2
Black with #9D5AB2
Text Example
Text Example
White with #9D5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5AB2; }
p { color: rgb(157,90,178); }
H1.HeaderClassName
{
color: #9D5AB2;
}
.AnyTagClassName
{
color: #9D5AB2;
}
</style>
background-color css
<style>
a { background-color: #9D5AB2; }
a { background-color: rgb(157,90,178); }
div.DivClassName
{
background-color: #9D5AB2;
}
.BgClassName
{
background-color: #9D5AB2;
}
</style>
border-color css
<style>
span { border-color: #9D5AB2; }
span { border-color: rgb(157,90,178); }
td.TdClassName
{
border-color: #9D5AB2;
}
.TagClassName
{
border-color: #9D5AB2;
}
</style>