#89286C

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

Shades of Dark Purple #89286C

Tints of Dark Purple #89286C

Color information

#89286C (or 0x89286C) is unknown color: approx Dark Purple. HEX triplet: 89, 28 and 6C. RGB value is (137,40,108). Sum of RGB (Red+Green+Blue) = 137+40+108=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89286C is #76D793. Grayscale: #4C4C4C. Windows color (decimal): -7788436 or 7088265. OLE color: 7088265.

HSL color Cylindrical-coordinate representation of color #89286C: hue angle of 317.94º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89286C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13740108-
CMYK00.710.210.46
HSL317.94º54.8%34.71%-
HSV(B)317.94º70.8%53.73%-
XYZ13.787.9214.99-
YUV76.76145.64170.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 40 (16.02% from 255) = 14.04%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=48.07%
G=14.04%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374010800.710.210.46317.9454.834.71
Hex89286C047152E13e3723
Octal21150154010725564766743
Binary1000100110100011011000100011110101101110100111110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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