Shades of Deep Lilac #9C54BD
Tints of Deep Lilac #9C54BD
RGB
CMYK
RGB Variations
Color information
#9C54BD (or 0x9C54BD) is known color: Deep Lilac. HEX triplet: 9C, 54 and BD. RGB value is (156,84,189). Sum of RGB (Red+Green+Blue) = 156+84+189=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C54BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54BD is #63AB42. Grayscale: #757575. Windows color (decimal): -6531907 or 12407964. OLE color: 12407964.
HSL color Cylindrical-coordinate representation of color #9C54BD: hue angle of 281.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C54BD is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 84 | 189 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.26 |
| HSL | 281.14º | 0.44% | 0.54% | - |
| HSV(B) | 281.14º | 0.56% | 0.74% | - |
| XYZ | 26.07 | 17.08 | 50.07 | - |
| YUV | 117.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 189 | 0.17 | 0.56 | 0 | 0.26 | 281.14 | 0.44 | 0.54 |
| Hex | 9C | 54 | BD | 11 | 38 | 0 | 1A | 119 | 2C | 36 |
| Octal | 234 | 124 | 275 | 21 | 70 | 0 | 32 | 431 | 54 | 66 |
| Binary | 10011100 | 1010100 | 10111101 | 10001 | 111000 | 0 | 11010 | 100011001 | 101100 | 110110 |
Color Harmonies of #9C54BD
Complementary color
Monochromatic Colors of #9C54BD
Black with #9C54BD
Text Example
Text Example
White with #9C54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C54BD; }
p { color: rgb(156,84,189); }
H1.HeaderClassName
{
color: #9C54BD;
}
.AnyTagClassName
{
color: #9C54BD;
}
</style>
background-color css
<style>
a { background-color: #9C54BD; }
a { background-color: rgb(156,84,189); }
div.DivClassName
{
background-color: #9C54BD;
}
.BgClassName
{
background-color: #9C54BD;
}
</style>
border-color css
<style>
span { border-color: #9C54BD; }
span { border-color: rgb(156,84,189); }
td.TdClassName
{
border-color: #9C54BD;
}
.TagClassName
{
border-color: #9C54BD;
}
</style>