Shades of Deep Lilac #9D3FB1
Tints of Deep Lilac #9D3FB1
RGB
CMYK
RGB Variations
Color information
#9D3FB1 (or 0x9D3FB1) is known color: Deep Lilac. HEX triplet: 9D, 3F and B1. RGB value is (157,63,177). Sum of RGB (Red+Green+Blue) = 157+63+177=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D3FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3FB1 is #62C04E. Grayscale: #676767. Windows color (decimal): -6471759 or 11616157. OLE color: 11616157.
HSL color Cylindrical-coordinate representation of color #9D3FB1: hue angle of 289.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3FB1 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 63 | 177 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.31 |
| HSL | 289.47º | 0.48% | 0.47% | - |
| HSV(B) | 289.47º | 0.64% | 0.69% | - |
| XYZ | 23.62 | 13.9 | 43.03 | - |
| YUV | 104.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 177 | 0.11 | 0.64 | 0 | 0.31 | 289.47 | 0.48 | 0.47 |
| Hex | 9D | 3F | B1 | B | 40 | 0 | 1F | 121 | 30 | 2F |
| Octal | 235 | 77 | 261 | 13 | 100 | 0 | 37 | 441 | 60 | 57 |
| Binary | 10011101 | 111111 | 10110001 | 1011 | 1000000 | 0 | 11111 | 100100001 | 110000 | 101111 |
Color Harmonies of #9D3FB1
Complementary color
Monochromatic Colors of #9D3FB1
Black with #9D3FB1
Text Example
Text Example
White with #9D3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3FB1; }
p { color: rgb(157,63,177); }
H1.HeaderClassName
{
color: #9D3FB1;
}
.AnyTagClassName
{
color: #9D3FB1;
}
</style>
background-color css
<style>
a { background-color: #9D3FB1; }
a { background-color: rgb(157,63,177); }
div.DivClassName
{
background-color: #9D3FB1;
}
.BgClassName
{
background-color: #9D3FB1;
}
</style>
border-color css
<style>
span { border-color: #9D3FB1; }
span { border-color: rgb(157,63,177); }
td.TdClassName
{
border-color: #9D3FB1;
}
.TagClassName
{
border-color: #9D3FB1;
}
</style>