#9E3AAC

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

Shades of Deep Lilac #9E3AAC

Tints of Deep Lilac #9E3AAC

Color information

#9E3AAC (or 0x9E3AAC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3A and AC. RGB value is (158,58,172). Sum of RGB (Red+Green+Blue) = 158+58+172=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3AAC is #61C553. Grayscale: #646464. Windows color (decimal): -6407508 or 11287198. OLE color: 11287198.

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

Color convert

RGB15858172-
CMYK0.080.6600.33
HSL292.63º49.57%45.1%-
HSV(B)292.63º66.28%67.45%-
XYZ23.0613.2740.38-
YUV100.9168.13168.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=40.72%
G=14.95%
B=44.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158581720.080.6600.33292.6349.5745.1
Hex9E3AAC842021125322d
Octal23672254101020414456255
Binary1001111011101010101100100010000100100001100100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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