#89366B

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

Shades of Dark Purple #89366B

Tints of Dark Purple #89366B

Color information

#89366B (or 0x89366B) is unknown color: approx Dark Purple. HEX triplet: 89, 36 and 6B. RGB value is (137,54,107). Sum of RGB (Red+Green+Blue) = 137+54+107=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89366B is #76C994. Grayscale: #545454. Windows color (decimal): -7784853 or 7026313. OLE color: 7026313.

HSL color Cylindrical-coordinate representation of color #89366B: hue angle of 321.69º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89366B is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13754107-
CMYK00.610.220.46
HSL321.69º43.46%37.45%-
HSV(B)321.69º60.58%53.73%-
XYZ14.299.0214.9-
YUV84.86140.5165.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=45.97%
G=18.12%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375410700.610.220.46321.6943.4637.45
Hex89366B03D162E1422b25
Octal2116615307526565025345
Binary100010011101101101011011110110110101110101000010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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