#9059AC

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

Shades of Deep Lilac #9059AC

Tints of Deep Lilac #9059AC

Color information

#9059AC (or 0x9059AC) is unknown color: approx Deep Lilac. HEX triplet: 90, 59 and AC. RGB value is (144,89,172). Sum of RGB (Red+Green+Blue) = 144+89+172=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9059AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9059AC is #6FA653. Grayscale: #727272. Windows color (decimal): -7317076 or 11295120. OLE color: 11295120.

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

Color convert

RGB14489172-
CMYK0.160.4800.33
HSL279.76º33.33%51.18%-
HSV(B)279.76º48.26%67.45%-
XYZ22.5216.0540.94-
YUV114.91160.22148.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=35.56%
G=21.98%
B=42.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144891720.160.4800.33279.7633.3351.18
Hex9059AC10300211182133
Octal22013125420600414304163
Binary10010000101100110101100100001100000100001100011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9059AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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