#892E6C

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

Shades of Dark Purple #892E6C

Tints of Dark Purple #892E6C

Color information

#892E6C (or 0x892E6C) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 6C. RGB value is (137,46,108). Sum of RGB (Red+Green+Blue) = 137+46+108=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #892E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E6C is #76D193. Grayscale: #505050. Windows color (decimal): -7786900 or 7089801. OLE color: 7089801.

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

Color convert

RGB13746108-
CMYK00.660.210.46
HSL319.12º49.73%35.88%-
HSV(B)319.12º66.42%53.73%-
XYZ148.3615.06-
YUV80.28143.65168.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=47.08%
G=15.81%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374610800.660.210.46319.1249.7335.88
Hex892E6C042152E13f3224
Octal21156154010225564776244
Binary1000100110111011011000100001010101101110100111111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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