#9A3EAB

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

Shades of Deep Lilac #9A3EAB

Tints of Deep Lilac #9A3EAB

Color information

#9A3EAB (or 0x9A3EAB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3E and AB. RGB value is (154,62,171). Sum of RGB (Red+Green+Blue) = 154+62+171=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A3EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3EAB is #65C154. Grayscale: #656565. Windows color (decimal): -6668629 or 11222682. OLE color: 11222682.

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

Color convert

RGB15462171-
CMYK0.100.6400.33
HSL290.64º46.78%45.69%-
HSV(B)290.64º63.74%67.06%-
XYZ22.413.2639.91-
YUV101.93166.98165.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.79%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=39.79%
G=16.02%
B=44.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154621710.100.6400.33290.6446.7845.69
Hex9A3EABA400211232f2e
Octal23276253121000414435756
Binary1001101011111010101011101010000000100001100100011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,62,171); }

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

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

 a { background-color: rgb(154,62,171); }

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

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

 span { border-color: rgb(154,62,171); }

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