#9D41AD

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

Shades of Deep Lilac #9D41AD

Tints of Deep Lilac #9D41AD

Color information

#9D41AD (or 0x9D41AD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 41 and AD. RGB value is (157,65,173). Sum of RGB (Red+Green+Blue) = 157+65+173=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D41AD is #62BE52. Grayscale: #686868. Windows color (decimal): -6471251 or 11354525. OLE color: 11354525.

HSL color Cylindrical-coordinate representation of color #9D41AD: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D41AD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15765173-
CMYK0.090.6200.32
HSL291.11º45.38%46.67%-
HSV(B)291.11º62.43%67.84%-
XYZ23.3413.9741-
YUV104.82166.48165.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=39.75%
G=16.46%
B=43.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157651730.090.6200.32291.1145.3846.67
Hex9D41AD93E0201232d2f
Octal23510125511760404435557
Binary1001110110000011010110110011111100100000100100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,173); }

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

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

 a { background-color: rgb(157,65,173); }

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

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

 span { border-color: rgb(157,65,173); }

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