#9D41AC

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

Shades of Deep Lilac #9D41AC

Tints of Deep Lilac #9D41AC

Color information

#9D41AC (or 0x9D41AC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 41 and AC. RGB value is (157,65,172). Sum of RGB (Red+Green+Blue) = 157+65+172=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D41AC is #62BE53. Grayscale: #686868. Windows color (decimal): -6471252 or 11288989. OLE color: 11288989.

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

Color convert

RGB15765172-
CMYK0.090.6200.33
HSL291.59º45.15%46.47%-
HSV(B)291.59º62.21%67.45%-
XYZ23.2413.9340.49-
YUV104.71165.98165.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 172 (67.58% from 255) = 43.65%
R=39.85%
G=16.50%
B=43.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157651720.090.6200.33291.5945.1546.47
Hex9D41AC93E0211242d2e
Octal23510125411760414445556
Binary1001110110000011010110010011111100100001100100100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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