Shades of Deep Lilac #9D3BAF
Tints of Deep Lilac #9D3BAF
RGB
CMYK
RGB Variations
Color information
#9D3BAF (or 0x9D3BAF) is known color: Deep Lilac. HEX triplet: 9D, 3B and AF. RGB value is (157,59,175). Sum of RGB (Red+Green+Blue) = 157+59+175=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3BAF is #62C450. Grayscale: #656565. Windows color (decimal): -6472785 or 11484061. OLE color: 11484061.
HSL color Cylindrical-coordinate representation of color #9D3BAF: hue angle of 290.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3BAF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 59 | 175 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.31 |
| HSL | 290.69º | 0.5% | 0.46% | - |
| HSV(B) | 290.69º | 0.66% | 0.69% | - |
| XYZ | 23.21 | 13.39 | 41.92 | - |
| YUV | 101.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 175 | 0.10 | 0.66 | 0 | 0.31 | 290.69 | 0.5 | 0.46 |
| Hex | 9D | 3B | AF | A | 42 | 0 | 1F | 123 | 32 | 2E |
| Octal | 235 | 73 | 257 | 12 | 102 | 0 | 37 | 443 | 62 | 56 |
| Binary | 10011101 | 111011 | 10101111 | 1010 | 1000010 | 0 | 11111 | 100100011 | 110010 | 101110 |
Color Harmonies of #9D3BAF
Complementary color
Monochromatic Colors of #9D3BAF
Black with #9D3BAF
Text Example
Text Example
White with #9D3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3BAF; }
p { color: rgb(157,59,175); }
H1.HeaderClassName
{
color: #9D3BAF;
}
.AnyTagClassName
{
color: #9D3BAF;
}
</style>
background-color css
<style>
a { background-color: #9D3BAF; }
a { background-color: rgb(157,59,175); }
div.DivClassName
{
background-color: #9D3BAF;
}
.BgClassName
{
background-color: #9D3BAF;
}
</style>
border-color css
<style>
span { border-color: #9D3BAF; }
span { border-color: rgb(157,59,175); }
td.TdClassName
{
border-color: #9D3BAF;
}
.TagClassName
{
border-color: #9D3BAF;
}
</style>