#9A58AF

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

Shades of Deep Lilac #9A58AF

Tints of Deep Lilac #9A58AF

Color information

#9A58AF (or 0x9A58AF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 58 and AF. RGB value is (154,88,175). Sum of RGB (Red+Green+Blue) = 154+88+175=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A58AF is #65A750. Grayscale: #757575. Windows color (decimal): -6661969 or 11491482. OLE color: 11491482.

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

Color convert

RGB15488175-
CMYK0.120.5000.31
HSL285.52º35.22%51.57%-
HSV(B)285.52º49.71%68.63%-
XYZ24.5516.9442.53-
YUV117.65160.37153.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 175 (68.75% from 255) = 41.97%
R=36.93%
G=21.10%
B=41.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154881750.120.5000.31285.5235.2251.57
Hex9A58AFC3201F11e2334
Octal23213025714620374364364
Binary100110101011000101011111100110010011111100011110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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