#89286B

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

Shades of Dark Purple #89286B

Tints of Dark Purple #89286B

Color information

#89286B (or 0x89286B) is unknown color: approx Dark Purple. HEX triplet: 89, 28 and 6B. RGB value is (137,40,107). Sum of RGB (Red+Green+Blue) = 137+40+107=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89286B is #76D794. Grayscale: #4C4C4C. Windows color (decimal): -7788437 or 7022729. OLE color: 7022729.

HSL color Cylindrical-coordinate representation of color #89286B: hue angle of 318.56º 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 #89286B is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13740107-
CMYK00.710.220.46
HSL318.56º54.8%34.71%-
HSV(B)318.56º70.8%53.73%-
XYZ13.737.914.71-
YUV76.64145.14171.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=48.24%
G=14.08%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374010700.710.220.46318.5654.834.71
Hex89286B047162E13f3723
Octal21150153010726564776743
Binary1000100110100011010110100011110110101110100111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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