Shades of Deep Lilac #9D62B4
Tints of Deep Lilac #9D62B4
RGB
CMYK
RGB Variations
Color information
#9D62B4 (or 0x9D62B4) is known color: Deep Lilac. HEX triplet: 9D, 62 and B4. RGB value is (157,98,180). Sum of RGB (Red+Green+Blue) = 157+98+180=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #9D62B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D62B4 is #629D4B. Grayscale: #7C7C7C. Windows color (decimal): -6462796 or 11821725. OLE color: 11821725.
HSL color Cylindrical-coordinate representation of color #9D62B4: hue angle of 283.17º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D62B4 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 98 | 180 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.29 |
| HSL | 283.17º | 0.35% | 0.55% | - |
| HSV(B) | 283.17º | 0.46% | 0.71% | - |
| XYZ | 26.51 | 19.2 | 45.49 | - |
| YUV | 124.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 180 | 0.13 | 0.46 | 0 | 0.29 | 283.17 | 0.35 | 0.55 |
| Hex | 9D | 62 | B4 | D | 2E | 0 | 1D | 11B | 23 | 37 |
| Octal | 235 | 142 | 264 | 15 | 56 | 0 | 35 | 433 | 43 | 67 |
| Binary | 10011101 | 1100010 | 10110100 | 1101 | 101110 | 0 | 11101 | 100011011 | 100011 | 110111 |
Color Harmonies of #9D62B4
Complementary color
Monochromatic Colors of #9D62B4
Black with #9D62B4
Text Example
Text Example
White with #9D62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D62B4; }
p { color: rgb(157,98,180); }
H1.HeaderClassName
{
color: #9D62B4;
}
.AnyTagClassName
{
color: #9D62B4;
}
</style>
background-color css
<style>
a { background-color: #9D62B4; }
a { background-color: rgb(157,98,180); }
div.DivClassName
{
background-color: #9D62B4;
}
.BgClassName
{
background-color: #9D62B4;
}
</style>
border-color css
<style>
span { border-color: #9D62B4; }
span { border-color: rgb(157,98,180); }
td.TdClassName
{
border-color: #9D62B4;
}
.TagClassName
{
border-color: #9D62B4;
}
</style>