#9D49B9

Color #9D49B9 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9D49B9

Tints of Deep Lilac #9D49B9

Color information

#9D49B9 (or 0x9D49B9) is unknown color: approx Deep Lilac. HEX triplet: 9D, 49 and B9. RGB value is (157,73,185). Sum of RGB (Red+Green+Blue) = 157+73+185=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D49B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D49B9 is #62B646. Grayscale: #6E6E6E. Windows color (decimal): -6469191 or 12143005. OLE color: 12143005.

HSL color Cylindrical-coordinate representation of color #9D49B9: hue angle of 285º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D49B9 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15773185-
CMYK0.150.6100.27
HSL285º44.44%50.59%-
HSV(B)285º60.54%72.55%-
XYZ25.0415.4447.56-
YUV110.88169.83160.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 73 (28.91% from 255) = 17.59%
BLUE value IS 185 (72.66% from 255) = 44.58%
R=37.83%
G=17.59%
B=44.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157731850.150.6100.2728544.4450.59
Hex9D49B9F3D01B11d2c33
Octal23511127117750334355463
Binary100111011001001101110011111111101011011100011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D49B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D49B9; }

 p { color: rgb(157,73,185); }

 H1.HeaderClassName
 {
   color: #9D49B9;
 }
 .AnyTagClassName
 {
   color: #9D49B9;
 }
</style>
background-color css

<style>
 a { background-color: #9D49B9; }

 a { background-color: rgb(157,73,185); }

 div.DivClassName
 {
   background-color: #9D49B9;
 }
 .BgClassName
 {
   background-color: #9D49B9;
 }
</style>
border-color css

<style>
 span { border-color: #9D49B9; }

 span { border-color: rgb(157,73,185); }

 td.TdClassName
 {
   border-color: #9D49B9;
 }
 .TagClassName
 {
   border-color: #9D49B9;
 }
</style>