Shades of Deep Lilac #9D67BB
Tints of Deep Lilac #9D67BB
RGB
CMYK
RGB Variations
Color information
#9D67BB (or 0x9D67BB) is known color: Deep Lilac. HEX triplet: 9D, 67 and BB. RGB value is (157,103,187). Sum of RGB (Red+Green+Blue) = 157+103+187=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D67BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67BB is #629844. Grayscale: #808080. Windows color (decimal): -6461509 or 12281757. OLE color: 12281757.
HSL color Cylindrical-coordinate representation of color #9D67BB: hue angle of 278.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D67BB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 103 | 187 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.27 |
| HSL | 278.57º | 0.38% | 0.57% | - |
| HSV(B) | 278.57º | 0.45% | 0.73% | - |
| XYZ | 27.72 | 20.46 | 49.5 | - |
| YUV | 128.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 187 | 0.16 | 0.45 | 0 | 0.27 | 278.57 | 0.38 | 0.57 |
| Hex | 9D | 67 | BB | 10 | 2D | 0 | 1B | 117 | 26 | 39 |
| Octal | 235 | 147 | 273 | 20 | 55 | 0 | 33 | 427 | 46 | 71 |
| Binary | 10011101 | 1100111 | 10111011 | 10000 | 101101 | 0 | 11011 | 100010111 | 100110 | 111001 |
Color Harmonies of #9D67BB
Complementary color
Monochromatic Colors of #9D67BB
Black with #9D67BB
Text Example
Text Example
White with #9D67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D67BB; }
p { color: rgb(157,103,187); }
H1.HeaderClassName
{
color: #9D67BB;
}
.AnyTagClassName
{
color: #9D67BB;
}
</style>
background-color css
<style>
a { background-color: #9D67BB; }
a { background-color: rgb(157,103,187); }
div.DivClassName
{
background-color: #9D67BB;
}
.BgClassName
{
background-color: #9D67BB;
}
</style>
border-color css
<style>
span { border-color: #9D67BB; }
span { border-color: rgb(157,103,187); }
td.TdClassName
{
border-color: #9D67BB;
}
.TagClassName
{
border-color: #9D67BB;
}
</style>