#893A80

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

Shades of Dark Purple #893A80

Tints of Dark Purple #893A80

Color information

#893A80 (or 0x893A80) is unknown color: approx Dark Purple. HEX triplet: 89, 3A and 80. RGB value is (137,58,128). Sum of RGB (Red+Green+Blue) = 137+58+128=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #893A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893A80 is #76C57F. Grayscale: #595959. Windows color (decimal): -7783808 or 8403593. OLE color: 8403593.

HSL color Cylindrical-coordinate representation of color #893A80: hue angle of 306.84º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A80 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13758128-
CMYK00.580.070.46
HSL306.84º40.51%38.24%-
HSV(B)306.84º57.66%53.73%-
XYZ15.739.921.5-
YUV89.6149.67161.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=42.41%
G=17.96%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375812800.580.070.46306.8440.5138.24
Hex893A8003A72E1332926
Octal211722000727564635146
Binary10001001111010100000000111010111101110100110011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A80; }

 p { color: rgb(137,58,128); }

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

<style>
 a { background-color: #893A80; }

 a { background-color: rgb(137,58,128); }

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

<style>
 span { border-color: #893A80; }

 span { border-color: rgb(137,58,128); }

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