#89387B

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

Shades of Dark Purple #89387B

Tints of Dark Purple #89387B

Color information

#89387B (or 0x89387B) is unknown color: approx Dark Purple. HEX triplet: 89, 38 and 7B. RGB value is (137,56,123). Sum of RGB (Red+Green+Blue) = 137+56+123=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89387B is #76C784. Grayscale: #575757. Windows color (decimal): -7784325 or 8075401. OLE color: 8075401.

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

Color convert

RGB13756123-
CMYK00.590.100.46
HSL310.37º41.97%37.84%-
HSV(B)310.37º59.12%53.73%-
XYZ15.319.5819.78-
YUV87.86147.84163.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=43.35%
G=17.72%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375612300.590.100.46310.3741.9737.84
Hex89387B03BA2E1362a26
Octal2117017307312564665246
Binary10001001111000111101101110111010101110100110110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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