#904176

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

Shades of Dark Purple #904176

Tints of Dark Purple #904176

Color information

#904176 (or 0x904176) is unknown color: approx Dark Purple. HEX triplet: 90, 41 and 76. RGB value is (144,65,118). Sum of RGB (Red+Green+Blue) = 144+65+118=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #904176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904176 is #6FBE89. Grayscale: #5E5E5E. Windows color (decimal): -7323274 or 7750032. OLE color: 7750032.

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

Color convert

RGB14465118-
CMYK00.550.180.44
HSL319.75º37.8%40.98%-
HSV(B)319.75º54.86%56.47%-
XYZ16.6611.0218.39-
YUV94.66141.17163.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=44.04%
G=19.88%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446511800.550.180.44319.7537.840.98
Hex904176037122C1402629
Octal22010116606722545004651
Binary1001000010000011110110011011110010101100101000000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904176; }

 p { color: rgb(144,65,118); }

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

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

 a { background-color: rgb(144,65,118); }

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

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

 span { border-color: rgb(144,65,118); }

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