#89216D

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

Shades of Dark Purple #89216D

Tints of Dark Purple #89216D

Color information

#89216D (or 0x89216D) is unknown color: approx Dark Purple. HEX triplet: 89, 21 and 6D. RGB value is (137,33,109). Sum of RGB (Red+Green+Blue) = 137+33+109=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89216D is #76DE92. Grayscale: #484848. Windows color (decimal): -7790227 or 7152009. OLE color: 7152009.

HSL color Cylindrical-coordinate representation of color #89216D: hue angle of 316.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89216D is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13733109-
CMYK00.760.200.46
HSL316.15º61.18%33.33%-
HSV(B)316.15º75.91%53.73%-
XYZ13.627.5115.2-
YUV72.76148.46173.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=49.10%
G=11.83%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373310900.760.200.46316.1561.1833.33
Hex89216D04C142E13c3d21
Octal21141155011424564747541
Binary1000100110000111011010100110010100101110100111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,33,109); }

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

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

 a { background-color: rgb(137,33,109); }

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

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

 span { border-color: rgb(137,33,109); }

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