#89376C

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

Shades of Dark Purple #89376C

Tints of Dark Purple #89376C

Color information

#89376C (or 0x89376C) is unknown color: approx Dark Purple. HEX triplet: 89, 37 and 6C. RGB value is (137,55,108). Sum of RGB (Red+Green+Blue) = 137+55+108=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89376C is #76C893. Grayscale: #555555. Windows color (decimal): -7784596 or 7092105. OLE color: 7092105.

HSL color Cylindrical-coordinate representation of color #89376C: hue angle of 321.22º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89376C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13755108-
CMYK00.600.210.46
HSL321.22º42.71%37.65%-
HSV(B)321.22º59.85%53.73%-
XYZ14.399.1315.19-
YUV85.56140.67164.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 108 (42.58% from 255) = 36%
R=45.67%
G=18.33%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375510800.600.210.46321.2242.7137.65
Hex89376C03C152E1412b26
Octal2116715407425565015346
Binary100010011101111101100011110010101101110101000001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89376C; }

 p { color: rgb(137,55,108); }

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

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

 a { background-color: rgb(137,55,108); }

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

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

 span { border-color: rgb(137,55,108); }

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