#89327C

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

Shades of Dark Purple #89327C

Tints of Dark Purple #89327C

Color information

#89327C (or 0x89327C) is unknown color: approx Dark Purple. HEX triplet: 89, 32 and 7C. RGB value is (137,50,124). Sum of RGB (Red+Green+Blue) = 137+50+124=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89327C is #76CD83. Grayscale: #545454. Windows color (decimal): -7785860 or 8139401. OLE color: 8139401.

HSL color Cylindrical-coordinate representation of color #89327C: hue angle of 308.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #89327C is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13750124-
CMYK00.640.090.46
HSL308.97º46.52%36.67%-
HSV(B)308.97º63.5%53.73%-
XYZ15.19.0520.02-
YUV84.45150.32165.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=44.05%
G=16.08%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375012400.640.090.46308.9746.5236.67
Hex89327C04092E1352f25
Octal21162174010011564655745
Binary100010011100101111100010000001001101110100110101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,50,124); }

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

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

 a { background-color: rgb(137,50,124); }

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

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

 span { border-color: rgb(137,50,124); }

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