#893471

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

Shades of Dark Purple #893471

Tints of Dark Purple #893471

Color information

#893471 (or 0x893471) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 71. RGB value is (137,52,113). Sum of RGB (Red+Green+Blue) = 137+52+113=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #893471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893471 is #76CB8E. Grayscale: #545454. Windows color (decimal): -7785359 or 7419017. OLE color: 7419017.

HSL color Cylindrical-coordinate representation of color #893471: hue angle of 316.94º 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 #893471 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13752113-
CMYK00.620.180.46
HSL316.94º44.97%37.06%-
HSV(B)316.94º62.04%53.73%-
XYZ14.538.9716.59-
YUV84.37144.16165.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=45.36%
G=17.22%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211300.620.180.46316.9444.9737.06
Hex89347103E122E13d2d25
Octal2116416107622564755545
Binary100010011101001110001011111010010101110100111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893471; }

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

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

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

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

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

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

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

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