#892E76

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

Shades of Dark Purple #892E76

Tints of Dark Purple #892E76

Color information

#892E76 (or 0x892E76) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 76. RGB value is (137,46,118). Sum of RGB (Red+Green+Blue) = 137+46+118=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #892E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E76 is #76D189. Grayscale: #515151. Windows color (decimal): -7786890 or 7745161. OLE color: 7745161.

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

Color convert

RGB13746118-
CMYK00.660.140.46
HSL312.53º49.73%35.88%-
HSV(B)312.53º66.42%53.73%-
XYZ14.568.5818.03-
YUV81.42148.65167.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=45.51%
G=15.28%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374611800.660.140.46312.5349.7335.88
Hex892E76042E2E1393224
Octal21156166010216564716244
Binary100010011011101110110010000101110101110100111001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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