#903171

Color #903171 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #903171

Tints of Dark Purple #903171

Color information

#903171 (or 0x903171) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 71. RGB value is (144,49,113). Sum of RGB (Red+Green+Blue) = 144+49+113=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #903171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903171 is #6FCE8E. Grayscale: #545454. Windows color (decimal): -7327375 or 7418256. OLE color: 7418256.

HSL color Cylindrical-coordinate representation of color #903171: hue angle of 319.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903171 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14449113-
CMYK00.660.220.44
HSL319.58º49.22%37.84%-
HSV(B)319.58º65.97%56.47%-
XYZ15.589.3216.6-
YUV84.7143.97170.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=47.06%
G=16.01%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444911300.660.220.44319.5849.2237.84
Hex903171042162C1403126
Octal22061161010226545006146
Binary1001000011000111100010100001010110101100101000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903171; }

 p { color: rgb(144,49,113); }

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

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

 a { background-color: rgb(144,49,113); }

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

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

 span { border-color: rgb(144,49,113); }

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