#89216C

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

Shades of Dark Purple #89216C

Tints of Dark Purple #89216C

Color information

#89216C (or 0x89216C) is unknown color: approx Dark Purple. HEX triplet: 89, 21 and 6C. RGB value is (137,33,108). Sum of RGB (Red+Green+Blue) = 137+33+108=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89216C is #76DE93. Grayscale: #484848. Windows color (decimal): -7790228 or 7086473. OLE color: 7086473.

HSL color Cylindrical-coordinate representation of color #89216C: hue angle of 316.73º 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 #89216C is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13733108-
CMYK00.760.210.46
HSL316.73º61.18%33.33%-
HSV(B)316.73º75.91%53.73%-
XYZ13.577.4914.92-
YUV72.65147.96173.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=49.28%
G=11.87%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373310800.760.210.46316.7361.1833.33
Hex89216C04C152E13d3d21
Octal21141154011425564757541
Binary1000100110000111011000100110010101101110100111101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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