#892E68

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

Shades of Dark Purple #892E68

Tints of Dark Purple #892E68

Color information

#892E68 (or 0x892E68) is unknown color: approx Dark Purple. HEX triplet: 89, 2E and 68. RGB value is (137,46,104). Sum of RGB (Red+Green+Blue) = 137+46+104=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E68 is #76D197. Grayscale: #4F4F4F. Windows color (decimal): -7786904 or 6827657. OLE color: 6827657.

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

Color convert

RGB13746104-
CMYK00.660.240.46
HSL321.76º49.73%35.88%-
HSV(B)321.76º66.42%53.73%-
XYZ13.798.2713.97-
YUV79.82141.65168.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=47.74%
G=16.03%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374610400.660.240.46321.7649.7335.88
Hex892E68042182E1423224
Octal21156150010230565026244
Binary1000100110111011010000100001011000101110101000010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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