#892E72

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

Shades of Dark Purple #892E72

Tints of Dark Purple #892E72

Color information

#892E72 (or 0x892E72) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 72. RGB value is (137,46,114). Sum of RGB (Red+Green+Blue) = 137+46+114=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #892E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E72 is #76D18D. Grayscale: #505050. Windows color (decimal): -7786894 or 7483017. OLE color: 7483017.

HSL color Cylindrical-coordinate representation of color #892E72: hue angle of 315.16º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E72 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13746114-
CMYK00.660.170.46
HSL315.16º49.73%35.88%-
HSV(B)315.16º66.42%53.73%-
XYZ14.338.4916.8-
YUV80.96146.65167.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=46.13%
G=15.49%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374611400.660.170.46315.1649.7335.88
Hex892E72042112E13b3224
Octal21156162010221564736244
Binary1000100110111011100100100001010001101110100111011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E72; }

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

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

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

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

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

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

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

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