#9341AC

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

Shades of Deep Lilac #9341AC

Tints of Deep Lilac #9341AC

Color information

#9341AC (or 0x9341AC) is unknown color: approx Deep Lilac. HEX triplet: 93, 41 and AC. RGB value is (147,65,172). Sum of RGB (Red+Green+Blue) = 147+65+172=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9341AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341AC is #6CBE53. Grayscale: #656565. Windows color (decimal): -7126612 or 11288979. OLE color: 11288979.

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

Color convert

RGB14765172-
CMYK0.150.6200.33
HSL285.98º45.15%46.47%-
HSV(B)285.98º62.21%67.45%-
XYZ21.3712.9640.41-
YUV101.72167.67160.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=38.28%
G=16.93%
B=44.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147651720.150.6200.33285.9845.1546.47
Hex9341ACF3E02111e2d2e
Octal22310125417760414365556
Binary1001001110000011010110011111111100100001100011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9341AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9341AC; }

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

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

<style>
 a { background-color: #9341AC; }

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

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

<style>
 span { border-color: #9341AC; }

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

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