Shades of Deep Lilac #9D60BF
Tints of Deep Lilac #9D60BF
RGB
CMYK
RGB Variations
Color information
#9D60BF (or 0x9D60BF) is known color: Deep Lilac. HEX triplet: 9D, 60 and BF. RGB value is (157,96,191). Sum of RGB (Red+Green+Blue) = 157+96+191=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60BF is #629F40. Grayscale: #7C7C7C. Windows color (decimal): -6463297 or 12542109. OLE color: 12542109.
HSL color Cylindrical-coordinate representation of color #9D60BF: hue angle of 278.53º degrees, saturation: 0.43, 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 #9D60BF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 96 | 191 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.25 |
| HSL | 278.53º | 0.43% | 0.56% | - |
| HSV(B) | 278.53º | 0.5% | 0.75% | - |
| XYZ | 27.49 | 19.3 | 51.57 | - |
| YUV | 125.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 191 | 0.18 | 0.50 | 0 | 0.25 | 278.53 | 0.43 | 0.56 |
| Hex | 9D | 60 | BF | 12 | 32 | 0 | 19 | 117 | 2B | 38 |
| Octal | 235 | 140 | 277 | 22 | 62 | 0 | 31 | 427 | 53 | 70 |
| Binary | 10011101 | 1100000 | 10111111 | 10010 | 110010 | 0 | 11001 | 100010111 | 101011 | 111000 |
Color Harmonies of #9D60BF
Complementary color
Monochromatic Colors of #9D60BF
Black with #9D60BF
Text Example
Text Example
White with #9D60BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D60BF; }
p { color: rgb(157,96,191); }
H1.HeaderClassName
{
color: #9D60BF;
}
.AnyTagClassName
{
color: #9D60BF;
}
</style>
background-color css
<style>
a { background-color: #9D60BF; }
a { background-color: rgb(157,96,191); }
div.DivClassName
{
background-color: #9D60BF;
}
.BgClassName
{
background-color: #9D60BF;
}
</style>
border-color css
<style>
span { border-color: #9D60BF; }
span { border-color: rgb(157,96,191); }
td.TdClassName
{
border-color: #9D60BF;
}
.TagClassName
{
border-color: #9D60BF;
}
</style>