#89407B

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

Shades of Dark Purple #89407B

Tints of Dark Purple #89407B

Color information

#89407B (or 0x89407B) is unknown color: approx Dark Purple. HEX triplet: 89, 40 and 7B. RGB value is (137,64,123). Sum of RGB (Red+Green+Blue) = 137+64+123=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #89407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89407B is #76BF84. Grayscale: #5C5C5C. Windows color (decimal): -7782277 or 8077449. OLE color: 8077449.

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

Color convert

RGB13764123-
CMYK00.530.100.46
HSL311.51º36.32%39.41%-
HSV(B)311.51º53.28%53.73%-
XYZ15.7310.4219.92-
YUV92.55145.18159.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=42.28%
G=19.75%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376412300.530.100.46311.5136.3239.41
Hex89407B035A2E1382427
Octal21110017306512564704447
Binary100010011000000111101101101011010101110100111000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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