#89538B

Color #89538B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #89538B

Tints of Trendy Pink #89538B

Color information

#89538B (or 0x89538B) is unknown color: approx Trendy Pink. HEX triplet: 89, 53 and 8B. RGB value is (137,83,139). Sum of RGB (Red+Green+Blue) = 137+83+139=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #89538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89538B is #76AC74. Grayscale: #696969. Windows color (decimal): -7777397 or 9130889. OLE color: 9130889.

HSL color Cylindrical-coordinate representation of color #89538B: hue angle of 297.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89538B is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13783139-
CMYK0.010.4000.45
HSL297.86º25.23%43.53%-
HSV(B)297.86º40.29%54.51%-
XYZ18.0713.3726.05-
YUV105.53146.89150.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=38.16%
G=23.12%
B=38.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137831390.010.4000.45297.8625.2343.53
Hex89538B12802D12a192c
Octal2111232131500554523154
Binary100010011010011100010111101000010110110010101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,83,139); }

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

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

 a { background-color: rgb(137,83,139); }

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

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

 span { border-color: rgb(137,83,139); }

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