#893A78

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

Shades of Dark Purple #893A78

Tints of Dark Purple #893A78

Color information

#893A78 (or 0x893A78) is unknown color: approx Dark Purple. HEX triplet: 89, 3A and 78. RGB value is (137,58,120). Sum of RGB (Red+Green+Blue) = 137+58+120=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #893A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A78 is #76C587. Grayscale: #585858. Windows color (decimal): -7783816 or 7879305. OLE color: 7879305.

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

Color convert

RGB13758120-
CMYK00.580.120.46
HSL312.91º40.51%38.24%-
HSV(B)312.91º57.66%53.73%-
XYZ15.229.718.84-
YUV88.69145.67162.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=43.49%
G=18.41%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375812000.580.120.46312.9140.5138.24
Hex893A7803AC2E1392926
Octal2117217007214564715146
Binary10001001111010111100001110101100101110100111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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