#9457AE

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

Shades of Deep Lilac #9457AE

Tints of Deep Lilac #9457AE

Color information

#9457AE (or 0x9457AE) is unknown color: approx Deep Lilac. HEX triplet: 94, 57 and AE. RGB value is (148,87,174). Sum of RGB (Red+Green+Blue) = 148+87+174=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9457AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9457AE is #6BA851. Grayscale: #727272. Windows color (decimal): -7055442 or 11425684. OLE color: 11425684.

HSL color Cylindrical-coordinate representation of color #9457AE: hue angle of 282.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9457AE is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14887174-
CMYK0.150.500.32
HSL282.07º34.94%51.18%-
HSV(B)282.07º50%68.24%-
XYZ23.2616.1741.94-
YUV115.16161.21151.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 87 (34.38% from 255) = 21.27%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=36.19%
G=21.27%
B=42.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148871740.150.500.32282.0734.9451.18
Hex9457AEF3202011a2333
Octal22412725617620404324363
Binary1001010010101111010111011111100100100000100011010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9457AE; }

 p { color: rgb(148,87,174); }

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

<style>
 a { background-color: #9457AE; }

 a { background-color: rgb(148,87,174); }

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

<style>
 span { border-color: #9457AE; }

 span { border-color: rgb(148,87,174); }

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