#9A59AF

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

Shades of Deep Lilac #9A59AF

Tints of Deep Lilac #9A59AF

Color information

#9A59AF (or 0x9A59AF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 59 and AF. RGB value is (154,89,175). Sum of RGB (Red+Green+Blue) = 154+89+175=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A59AF is #65A650. Grayscale: #757575. Windows color (decimal): -6661713 or 11491738. OLE color: 11491738.

HSL color Cylindrical-coordinate representation of color #9A59AF: hue angle of 285.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A59AF is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15489175-
CMYK0.120.4900.31
HSL285.35º34.96%51.76%-
HSV(B)285.35º49.14%68.63%-
XYZ24.6417.1142.56-
YUV118.24160.03153.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=36.84%
G=21.29%
B=41.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154891750.120.4900.31285.3534.9651.76
Hex9A59AFC3101F11d2334
Octal23213125714610374354364
Binary100110101011001101011111100110001011111100011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,89,175); }

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

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

 a { background-color: rgb(154,89,175); }

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

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

 span { border-color: rgb(154,89,175); }

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