#9E41AC

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

Shades of Deep Lilac #9E41AC

Tints of Deep Lilac #9E41AC

Color information

#9E41AC (or 0x9E41AC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 41 and AC. RGB value is (158,65,172). Sum of RGB (Red+Green+Blue) = 158+65+172=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E41AC is #61BE53. Grayscale: #686868. Windows color (decimal): -6405716 or 11288990. OLE color: 11288990.

HSL color Cylindrical-coordinate representation of color #9E41AC: hue angle of 292.15º 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 #9E41AC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15865172-
CMYK0.080.6200.33
HSL292.15º45.15%46.47%-
HSV(B)292.15º62.21%67.45%-
XYZ23.4414.0340.5-
YUV105165.81165.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=40%
G=16.46%
B=43.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158651720.080.6200.33292.1545.1546.47
Hex9E41AC83E0211242d2e
Octal23610125410760414445556
Binary1001111010000011010110010001111100100001100100100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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