#893A7F

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

Shades of Dark Purple #893A7F

Tints of Dark Purple #893A7F

Color information

#893A7F (or 0x893A7F) is unknown color: approx Dark Purple. HEX triplet: 89, 3A and 7F. RGB value is (137,58,127). Sum of RGB (Red+Green+Blue) = 137+58+127=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #893A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A7F is #76C580. Grayscale: #595959. Windows color (decimal): -7783809 or 8338057. OLE color: 8338057.

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

Color convert

RGB13758127-
CMYK00.580.070.46
HSL307.59º40.51%38.24%-
HSV(B)307.59º57.66%53.73%-
XYZ15.669.8821.16-
YUV89.49149.17161.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 127 (50% from 255) = 39.44%
R=42.55%
G=18.01%
B=39.44%

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
Decimal1375812700.580.070.46307.5940.5138.24
Hex893A7F03A72E1342926
Octal211721770727564645146
Binary1000100111101011111110111010111101110100110100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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