Shades of Deep Lilac #9D65B4
Tints of Deep Lilac #9D65B4
RGB
CMYK
RGB Variations
Color information
#9D65B4 (or 0x9D65B4) is known color: Deep Lilac. HEX triplet: 9D, 65 and B4. RGB value is (157,101,180). Sum of RGB (Red+Green+Blue) = 157+101+180=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D65B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65B4 is #629A4B. Grayscale: #7E7E7E. Windows color (decimal): -6462028 or 11822493. OLE color: 11822493.
HSL color Cylindrical-coordinate representation of color #9D65B4: hue angle of 282.53º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D65B4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 101 | 180 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.29 |
| HSL | 282.53º | 0.34% | 0.55% | - |
| HSV(B) | 282.53º | 0.44% | 0.71% | - |
| XYZ | 26.8 | 19.77 | 45.58 | - |
| YUV | 126.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 180 | 0.13 | 0.44 | 0 | 0.29 | 282.53 | 0.34 | 0.55 |
| Hex | 9D | 65 | B4 | D | 2C | 0 | 1D | 11B | 22 | 37 |
| Octal | 235 | 145 | 264 | 15 | 54 | 0 | 35 | 433 | 42 | 67 |
| Binary | 10011101 | 1100101 | 10110100 | 1101 | 101100 | 0 | 11101 | 100011011 | 100010 | 110111 |
Color Harmonies of #9D65B4
Complementary color
Monochromatic Colors of #9D65B4
Black with #9D65B4
Text Example
Text Example
White with #9D65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D65B4; }
p { color: rgb(157,101,180); }
H1.HeaderClassName
{
color: #9D65B4;
}
.AnyTagClassName
{
color: #9D65B4;
}
</style>
background-color css
<style>
a { background-color: #9D65B4; }
a { background-color: rgb(157,101,180); }
div.DivClassName
{
background-color: #9D65B4;
}
.BgClassName
{
background-color: #9D65B4;
}
</style>
border-color css
<style>
span { border-color: #9D65B4; }
span { border-color: rgb(157,101,180); }
td.TdClassName
{
border-color: #9D65B4;
}
.TagClassName
{
border-color: #9D65B4;
}
</style>