#892E78

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

Shades of Dark Purple #892E78

Tints of Dark Purple #892E78

Color information

#892E78 (or 0x892E78) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 78. RGB value is (137,46,120). Sum of RGB (Red+Green+Blue) = 137+46+120=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #892E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E78 is #76D187. Grayscale: #515151. Windows color (decimal): -7786888 or 7876233. OLE color: 7876233.

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

Color convert

RGB13746120-
CMYK00.660.120.46
HSL311.21º49.73%35.88%-
HSV(B)311.21º66.42%53.73%-
XYZ14.688.6318.66-
YUV81.65149.65167.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=45.21%
G=15.18%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374612000.660.120.46311.2149.7335.88
Hex892E78042C2E1373224
Octal21156170010214564676244
Binary100010011011101111000010000101100101110100110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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