#892E70

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

Shades of Dark Purple #892E70

Tints of Dark Purple #892E70

Color information

#892E70 (or 0x892E70) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 70. RGB value is (137,46,112). Sum of RGB (Red+Green+Blue) = 137+46+112=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #892E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E70 is #76D18F. Grayscale: #505050. Windows color (decimal): -7786896 or 7351945. OLE color: 7351945.

HSL color Cylindrical-coordinate representation of color #892E70: hue angle of 316.48º 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 #892E70 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13746112-
CMYK00.660.180.46
HSL316.48º49.73%35.88%-
HSV(B)316.48º66.42%53.73%-
XYZ14.228.4416.21-
YUV80.73145.65168.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=46.44%
G=15.59%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374611200.660.180.46316.4849.7335.88
Hex892E70042122E13c3224
Octal21156160010222564746244
Binary1000100110111011100000100001010010101110100111100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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