#903AAD

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

Shades of Deep Lilac #903AAD

Tints of Deep Lilac #903AAD

Color information

#903AAD (or 0x903AAD) is unknown color: approx Deep Lilac. HEX triplet: 90, 3A and AD. RGB value is (144,58,173). Sum of RGB (Red+Green+Blue) = 144+58+173=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #903AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903AAD is #6FC552. Grayscale: #606060. Windows color (decimal): -7325011 or 11352720. OLE color: 11352720.

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

Color convert

RGB14458173-
CMYK0.170.6600.32
HSL284.87º49.78%45.29%-
HSV(B)284.87º66.47%67.84%-
XYZ20.5611.9740.76-
YUV96.82170.99161.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=38.4%
G=15.47%
B=46.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144581730.170.6600.32284.8749.7845.29
Hex903AAD114202011d322d
Octal22072255211020404356255
Binary10010000111010101011011000110000100100000100011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903AAD; }

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

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

<style>
 a { background-color: #903AAD; }

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

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

<style>
 span { border-color: #903AAD; }

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

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