#892E7F

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

Shades of Dark Purple #892E7F

Tints of Dark Purple #892E7F

Color information

#892E7F (or 0x892E7F) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 7F. RGB value is (137,46,127). Sum of RGB (Red+Green+Blue) = 137+46+127=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #892E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E7F is #76D180. Grayscale: #525252. Windows color (decimal): -7786881 or 8334985. OLE color: 8334985.

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

Color convert

RGB13746127-
CMYK00.660.070.46
HSL306.59º49.73%35.88%-
HSV(B)306.59º66.42%53.73%-
XYZ15.128.820.98-
YUV82.44153.15166.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 127 (50% from 255) = 40.97%
R=44.19%
G=14.84%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374612700.660.070.46306.5949.7335.88
Hex892E7F04272E1333224
Octal2115617701027564636244
Binary10001001101110111111101000010111101110100110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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