#9048AC

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

Shades of Deep Lilac #9048AC

Tints of Deep Lilac #9048AC

Color information

#9048AC (or 0x9048AC) is unknown color: approx Deep Lilac. HEX triplet: 90, 48 and AC. RGB value is (144,72,172). Sum of RGB (Red+Green+Blue) = 144+72+172=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9048AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9048AC is #6FB753. Grayscale: #686868. Windows color (decimal): -7321428 or 11290768. OLE color: 11290768.

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

Color convert

RGB14472172-
CMYK0.160.5800.33
HSL283.2º40.98%47.84%-
HSV(B)283.2º58.14%67.45%-
XYZ21.2713.5440.52-
YUV104.93165.85155.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=37.11%
G=18.56%
B=44.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144721720.160.5800.33283.240.9847.84
Hex9048AC103A02111b2930
Octal22011025420720414335160
Binary10010000100100010101100100001110100100001100011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9048AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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