#903FAA

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

Shades of Deep Lilac #903FAA

Tints of Deep Lilac #903FAA

Color information

#903FAA (or 0x903FAA) is unknown color: approx Deep Lilac. HEX triplet: 90, 3F and AA. RGB value is (144,63,170). Sum of RGB (Red+Green+Blue) = 144+63+170=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #903FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903FAA is #6FC055. Grayscale: #636363. Windows color (decimal): -7323734 or 11157392. OLE color: 11157392.

HSL color Cylindrical-coordinate representation of color #903FAA: hue angle of 285.42º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #903FAA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14463170-
CMYK0.150.6300.33
HSL285.42º45.92%45.69%-
HSV(B)285.42º62.94%66.67%-
XYZ20.5312.3939.34-
YUV99.42167.84159.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=38.20%
G=16.71%
B=45.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144631700.150.6300.33285.4245.9245.69
Hex903FAAF3F02111d2e2e
Octal2207725217770414355656
Binary100100001111111010101011111111110100001100011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,63,170); }

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

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

 a { background-color: rgb(144,63,170); }

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

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

 span { border-color: rgb(144,63,170); }

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