#9046AC

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

Shades of Deep Lilac #9046AC

Tints of Deep Lilac #9046AC

Color information

#9046AC (or 0x9046AC) is unknown color: approx Deep Lilac. HEX triplet: 90, 46 and AC. RGB value is (144,70,172). Sum of RGB (Red+Green+Blue) = 144+70+172=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9046AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9046AC is #6FB953. Grayscale: #676767. Windows color (decimal): -7321940 or 11290256. OLE color: 11290256.

HSL color Cylindrical-coordinate representation of color #9046AC: hue angle of 283.53º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9046AC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14470172-
CMYK0.160.5900.33
HSL283.53º42.15%47.45%-
HSV(B)283.53º59.3%67.45%-
XYZ21.1413.2940.48-
YUV103.75166.52156.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=37.31%
G=18.13%
B=44.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144701720.160.5900.33283.5342.1547.45
Hex9046AC103B02111c2a2f
Octal22010625420730414345257
Binary10010000100011010101100100001110110100001100011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9046AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,70,172); }

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

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

 a { background-color: rgb(144,70,172); }

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

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

 span { border-color: rgb(144,70,172); }

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