#893474

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

Shades of Dark Purple #893474

Tints of Dark Purple #893474

Color information

#893474 (or 0x893474) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 74. RGB value is (137,52,116). Sum of RGB (Red+Green+Blue) = 137+52+116=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893474 is #76CB8B. Grayscale: #545454. Windows color (decimal): -7785356 or 7615625. OLE color: 7615625.

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

Color convert

RGB13752116-
CMYK00.620.150.46
HSL314.82º44.97%37.06%-
HSV(B)314.82º62.04%53.73%-
XYZ14.79.0417.49-
YUV84.71145.66165.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=44.92%
G=17.05%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211600.620.150.46314.8244.9737.06
Hex89347403EF2E13b2d25
Octal2116416407617564735545
Binary10001001110100111010001111101111101110100111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893474; }

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

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

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

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

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

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

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

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