#903FB2

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

Shades of Deep Lilac #903FB2

Tints of Deep Lilac #903FB2

Color information

#903FB2 (or 0x903FB2) is unknown color: approx Deep Lilac. HEX triplet: 90, 3F and B2. RGB value is (144,63,178). Sum of RGB (Red+Green+Blue) = 144+63+178=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #903FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903FB2 is #6FC04D. Grayscale: #636363. Windows color (decimal): -7323726 or 11681680. OLE color: 11681680.

HSL color Cylindrical-coordinate representation of color #903FB2: hue angle of 282.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903FB2 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14463178-
CMYK0.190.6500.30
HSL282.26º47.72%47.25%-
HSV(B)282.26º64.61%69.8%-
XYZ21.3112.743.45-
YUV100.33171.84159.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=37.40%
G=16.36%
B=46.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144631780.190.6500.30282.2647.7247.25
Hex903FB2134101E11a302f
Octal22077262231010364326057
Binary1001000011111110110010100111000001011110100011010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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