#89347B

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

Shades of Dark Purple #89347B

Tints of Dark Purple #89347B

Color information

#89347B (or 0x89347B) is unknown color: approx Dark Purple. HEX triplet: 89, 34 and 7B. RGB value is (137,52,123). Sum of RGB (Red+Green+Blue) = 137+52+123=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89347B is #76CB84. Grayscale: #555555. Windows color (decimal): -7785349 or 8074377. OLE color: 8074377.

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

Color convert

RGB13752123-
CMYK00.620.100.46
HSL309.88º44.97%37.06%-
HSV(B)309.88º62.04%53.73%-
XYZ15.129.219.72-
YUV85.51149.16164.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=43.91%
G=16.67%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375212300.620.100.46309.8844.9737.06
Hex89347B03EA2E1362d25
Octal2116417307612564665545
Binary10001001110100111101101111101010101110100110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,52,123); }

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

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

 a { background-color: rgb(137,52,123); }

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

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

 span { border-color: rgb(137,52,123); }

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