#9D40AB

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

Shades of Deep Lilac #9D40AB

Tints of Deep Lilac #9D40AB

Color information

#9D40AB (or 0x9D40AB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 40 and AB. RGB value is (157,64,171). Sum of RGB (Red+Green+Blue) = 157+64+171=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D40AB is #62BF54. Grayscale: #676767. Windows color (decimal): -6471509 or 11223197. OLE color: 11223197.

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

Color convert

RGB15764171-
CMYK0.080.6300.33
HSL292.15º45.53%46.08%-
HSV(B)292.15º62.57%67.06%-
XYZ23.0913.7839.97-
YUV104165.81165.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=40.05%
G=16.33%
B=43.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157641710.080.6300.33292.1545.5346.08
Hex9D40AB83F0211242e2e
Octal23510025310770414445656
Binary1001110110000001010101110001111110100001100100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,171); }

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

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

 a { background-color: rgb(157,64,171); }

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

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

 span { border-color: rgb(157,64,171); }

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