#9048AE

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

Shades of Deep Lilac #9048AE

Tints of Deep Lilac #9048AE

Color information

#9048AE (or 0x9048AE) is unknown color: approx Deep Lilac. HEX triplet: 90, 48 and AE. RGB value is (144,72,174). Sum of RGB (Red+Green+Blue) = 144+72+174=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #9048AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9048AE is #6FB751. Grayscale: #686868. Windows color (decimal): -7321426 or 11421840. OLE color: 11421840.

HSL color Cylindrical-coordinate representation of color #9048AE: hue angle of 282.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9048AE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14472174-
CMYK0.170.5900.32
HSL282.35º41.46%48.24%-
HSV(B)282.35º58.62%68.24%-
XYZ21.4613.6241.54-
YUV105.16166.85155.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=36.92%
G=18.46%
B=44.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144721740.170.5900.32282.3541.4648.24
Hex9048AE113B02011a2930
Octal22011025621730404325160
Binary10010000100100010101110100011110110100000100011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,72,174); }

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

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

 a { background-color: rgb(144,72,174); }

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

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

 span { border-color: rgb(144,72,174); }

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