#89227D

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

Shades of Dark Purple #89227D

Tints of Dark Purple #89227D

Color information

#89227D (or 0x89227D) is unknown color: approx Dark Purple. HEX triplet: 89, 22 and 7D. RGB value is (137,34,125). Sum of RGB (Red+Green+Blue) = 137+34+125=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89227D is #76DD82. Grayscale: #4A4A4A. Windows color (decimal): -7789955 or 8200841. OLE color: 8200841.

HSL color Cylindrical-coordinate representation of color #89227D: hue angle of 306.99º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89227D is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13734125-
CMYK00.750.090.46
HSL306.99º60.23%33.53%-
HSV(B)306.99º75.18%53.73%-
XYZ14.597.9420.17-
YUV75.17156.12172.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=46.28%
G=11.49%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373412500.750.090.46306.9960.2333.53
Hex89227D04B92E1333c22
Octal21142175011311564637442
Binary100010011000101111101010010111001101110100110011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89227D; }

 p { color: rgb(137,34,125); }

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

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

 a { background-color: rgb(137,34,125); }

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

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

 span { border-color: rgb(137,34,125); }

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