#9054AC

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

Shades of Deep Lilac #9054AC

Tints of Deep Lilac #9054AC

Color information

#9054AC (or 0x9054AC) is unknown color: approx Deep Lilac. HEX triplet: 90, 54 and AC. RGB value is (144,84,172). Sum of RGB (Red+Green+Blue) = 144+84+172=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9054AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9054AC is #6FAB53. Grayscale: #6F6F6F. Windows color (decimal): -7318356 or 11293840. OLE color: 11293840.

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

Color convert

RGB14484172-
CMYK0.160.5100.33
HSL280.91º34.65%50.2%-
HSV(B)280.91º51.16%67.45%-
XYZ22.1215.2540.81-
YUV111.97161.88150.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 172 (67.58% from 255) = 43%
R=36%
G=21%
B=43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144841720.160.5100.33280.9134.6550.2
Hex9054AC10330211192332
Octal22012425420630414314362
Binary10010000101010010101100100001100110100001100011001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9054AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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