Html Css Color HEX #89638B Trendy Pink

📋 copy color: '#89638B'

red 137 ◦ green 99 ◦ blue 139

#89638B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #89638B

Tints of Trendy Pink #89638B

RGB

 RED value IS 137 (53.91% from 255) = 36.53%

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 36.53%
G = 26.4%
B = 37.07%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89638B (or 0x89638B) is known color: Trendy Pink. HEX triplet: 89, 63 and 8B. RGB value is (137,99,139). Sum of RGB (Red+Green+Blue) = 137+99+139=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #89638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89638B is #769C74. Grayscale: #727272. Windows color (decimal): -7773301 or 9134985. OLE color: 9134985.

HSL color Cylindrical-coordinate representation of color #89638B: hue angle of 297º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89638B is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 99 139 -
CMYK 0.01 0.29 0 0.45
HSL 297º 0.17% 0.47% -
HSV(B) 297º 0.29% 0.55% -
XYZ 19.44 16.11 26.51 -
YUV 114.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 137 99 139 0.01 0.29 0 0.45 297 0.17 0.47
Hex 89 63 8B 1 1D 0 2D 129 11 2F
Octal 211 143 213 1 35 0 55 451 21 57
Binary 10001001 1100011 10001011 1 11101 0 101101 100101001 10001 101111

Color Harmonies of #89638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89638B

Black with #89638B

Text Example


Text Example

White with #89638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89638B;
 }
 .AnyTagClassName
 {
   color: #89638B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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