#903175

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

Shades of Dark Purple #903175

Tints of Dark Purple #903175

Color information

#903175 (or 0x903175) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 75. RGB value is (144,49,117). Sum of RGB (Red+Green+Blue) = 144+49+117=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #903175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903175 is #6FCE8A. Grayscale: #545454. Windows color (decimal): -7327371 or 7680400. OLE color: 7680400.

HSL color Cylindrical-coordinate representation of color #903175: hue angle of 317.05º 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 #903175 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14449117-
CMYK00.660.190.44
HSL317.05º49.22%37.84%-
HSV(B)317.05º65.97%56.47%-
XYZ15.819.4117.81-
YUV85.16145.97169.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.45%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=46.45%
G=15.81%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444911700.660.190.44317.0549.2237.84
Hex903175042132C13d3126
Octal22061165010223544756146
Binary1001000011000111101010100001010011101100100111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903175; }

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

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

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

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

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

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

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

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