#903172

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

Shades of Dark Purple #903172

Tints of Dark Purple #903172

Color information

#903172 (or 0x903172) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 72. RGB value is (144,49,114). Sum of RGB (Red+Green+Blue) = 144+49+114=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #903172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903172 is #6FCE8D. Grayscale: #545454. Windows color (decimal): -7327374 or 7483792. OLE color: 7483792.

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

Color convert

RGB14449114-
CMYK00.660.210.44
HSL318.95º49.22%37.84%-
HSV(B)318.95º65.97%56.47%-
XYZ15.649.3416.9-
YUV84.81144.47170.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=46.91%
G=15.96%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444911400.660.210.44318.9549.2237.84
Hex903172042152C13f3126
Octal22061162010225544776146
Binary1001000011000111100100100001010101101100100111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903172; }

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

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

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

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

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

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

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

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