#891972

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

Shades of Dark Purple #891972

Tints of Dark Purple #891972

Color information

#891972 (or 0x891972) is unknown color: approx Dark Purple. HEX triplet: 89, 19 and 72. RGB value is (137,25,114). Sum of RGB (Red+Green+Blue) = 137+25+114=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #891972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891972 is #76E68D. Grayscale: #444444. Windows color (decimal): -7792270 or 7477641. OLE color: 7477641.

HSL color Cylindrical-coordinate representation of color #891972: hue angle of 312.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891972 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13725114-
CMYK00.820.170.46
HSL312.32º69.14%31.76%-
HSV(B)312.32º81.75%53.73%-
XYZ13.77.2316.59-
YUV68.63153.61176.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 25 (10.16% from 255) = 9.06%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=49.64%
G=9.06%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1372511400.820.170.46312.3269.1431.76
Hex891972052112E1384520
Octal211311620122215647010540
Binary1000100111001111001001010010100011011101001110001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891972; }

 p { color: rgb(137,25,114); }

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

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

 a { background-color: rgb(137,25,114); }

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

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

 span { border-color: rgb(137,25,114); }

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