Shades of Deep Lilac #9D4BD0
Tints of Deep Lilac #9D4BD0
RGB
CMYK
RGB Variations
Color information
#9D4BD0 (or 0x9D4BD0) is known color: Deep Lilac. HEX triplet: 9D, 4B and D0. RGB value is (157,75,208). Sum of RGB (Red+Green+Blue) = 157+75+208=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D4BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4BD0 is #62B42F. Grayscale: #727272. Windows color (decimal): -6468656 or 13650845. OLE color: 13650845.
HSL color Cylindrical-coordinate representation of color #9D4BD0: hue angle of 276.99º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4BD0 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 75 | 208 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.18 |
| HSL | 276.99º | 0.59% | 0.55% | - |
| HSV(B) | 276.99º | 0.64% | 0.82% | - |
| XYZ | 27.81 | 16.75 | 61.44 | - |
| YUV | 114.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 208 | 0.25 | 0.64 | 0 | 0.18 | 276.99 | 0.59 | 0.55 |
| Hex | 9D | 4B | D0 | 19 | 40 | 0 | 12 | 115 | 3B | 37 |
| Octal | 235 | 113 | 320 | 31 | 100 | 0 | 22 | 425 | 73 | 67 |
| Binary | 10011101 | 1001011 | 11010000 | 11001 | 1000000 | 0 | 10010 | 100010101 | 111011 | 110111 |
Color Harmonies of #9D4BD0
Complementary color
Monochromatic Colors of #9D4BD0
Black with #9D4BD0
Text Example
Text Example
White with #9D4BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BD0; }
p { color: rgb(157,75,208); }
H1.HeaderClassName
{
color: #9D4BD0;
}
.AnyTagClassName
{
color: #9D4BD0;
}
</style>
background-color css
<style>
a { background-color: #9D4BD0; }
a { background-color: rgb(157,75,208); }
div.DivClassName
{
background-color: #9D4BD0;
}
.BgClassName
{
background-color: #9D4BD0;
}
</style>
border-color css
<style>
span { border-color: #9D4BD0; }
span { border-color: rgb(157,75,208); }
td.TdClassName
{
border-color: #9D4BD0;
}
.TagClassName
{
border-color: #9D4BD0;
}
</style>