#893473

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

Shades of Dark Purple #893473

Tints of Dark Purple #893473

Color information

#893473 (or 0x893473) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 73. RGB value is (137,52,115). Sum of RGB (Red+Green+Blue) = 137+52+115=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #893473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893473 is #76CB8C. Grayscale: #545454. Windows color (decimal): -7785357 or 7550089. OLE color: 7550089.

HSL color Cylindrical-coordinate representation of color #893473: hue angle of 315.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893473 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13752115-
CMYK00.620.160.46
HSL315.53º44.97%37.06%-
HSV(B)315.53º62.04%53.73%-
XYZ14.649.0117.19-
YUV84.6145.16165.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=45.07%
G=17.11%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211500.620.160.46315.5344.9737.06
Hex89347303E102E13c2d25
Octal2116416307620564745545
Binary100010011101001110011011111010000101110100111100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893473; }

 p { color: rgb(137,52,115); }

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

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

 a { background-color: rgb(137,52,115); }

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

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

 span { border-color: rgb(137,52,115); }

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