#89346F

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

Shades of Dark Purple #89346F

Tints of Dark Purple #89346F

Color information

#89346F (or 0x89346F) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 6F. RGB value is (137,52,111). Sum of RGB (Red+Green+Blue) = 137+52+111=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89346F is #76CB90. Grayscale: #535353. Windows color (decimal): -7785361 or 7287945. OLE color: 7287945.

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

Color convert

RGB13752111-
CMYK00.620.190.46
HSL318.35º44.97%37.06%-
HSV(B)318.35º62.04%53.73%-
XYZ14.418.9216-
YUV84.14143.16165.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=45.67%
G=17.33%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375211100.620.190.46318.3544.9737.06
Hex89346F03E132E13e2d25
Octal2116415707623564765545
Binary100010011101001101111011111010011101110100111110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89346F; }

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

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

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

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

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

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

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

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