#9039AD

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

Shades of Deep Lilac #9039AD

Tints of Deep Lilac #9039AD

Color information

#9039AD (or 0x9039AD) is unknown color: approx Deep Lilac. HEX triplet: 90, 39 and AD. RGB value is (144,57,173). Sum of RGB (Red+Green+Blue) = 144+57+173=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9039AD is #6FC652. Grayscale: #5F5F5F. Windows color (decimal): -7325267 or 11352464. OLE color: 11352464.

HSL color Cylindrical-coordinate representation of color #9039AD: hue angle of 285º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9039AD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14457173-
CMYK0.170.6700.32
HSL285º50.43%45.1%-
HSV(B)285º67.05%67.84%-
XYZ20.5111.8740.75-
YUV96.24171.32162.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 57 (22.66% from 255) = 15.24%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=38.50%
G=15.24%
B=46.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144571730.170.6700.3228550.4345.1
Hex9039AD114302011d322d
Octal22071255211030404356255
Binary10010000111001101011011000110000110100000100011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9039AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9039AD; }

 p { color: rgb(144,57,173); }

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

<style>
 a { background-color: #9039AD; }

 a { background-color: rgb(144,57,173); }

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

<style>
 span { border-color: #9039AD; }

 span { border-color: rgb(144,57,173); }

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