#9E40B4

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

Shades of Deep Lilac #9E40B4

Tints of Deep Lilac #9E40B4

Color information

#9E40B4 (or 0x9E40B4) is unknown color: approx Deep Lilac. HEX triplet: 9E, 40 and B4. RGB value is (158,64,180). Sum of RGB (Red+Green+Blue) = 158+64+180=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E40B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40B4 is #61BF4B. Grayscale: #686868. Windows color (decimal): -6405964 or 11813022. OLE color: 11813022.

HSL color Cylindrical-coordinate representation of color #9E40B4: hue angle of 288.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E40B4 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15864180-
CMYK0.120.6400.29
HSL288.62º47.54%47.84%-
HSV(B)288.62º64.44%70.59%-
XYZ24.1714.2344.65-
YUV105.33170.14165.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.30%
GREEN value IS 64 (25.39% from 255) = 15.92%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=39.30%
G=15.92%
B=44.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158641800.120.6400.29288.6247.5447.84
Hex9E40B4C4001D1213030
Octal236100264141000354416060
Binary1001111010000001011010011001000000011101100100001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,180); }

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

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

 a { background-color: rgb(158,64,180); }

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

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

 span { border-color: rgb(158,64,180); }

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