Html Css Color HEX #89508B Trendy Pink

📋 copy color: '#89508B'

red 137 ◦ green 80 ◦ blue 139

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

Shades of Trendy Pink #89508B

Tints of Trendy Pink #89508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 38.48%
G = 22.47%
B = 39.04%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89508B (or 0x89508B) is known color: Trendy Pink. HEX triplet: 89, 50 and 8B. RGB value is (137,80,139). Sum of RGB (Red+Green+Blue) = 137+80+139=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #89508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89508B is #76AF74. Grayscale: #676767. Windows color (decimal): -7778165 or 9130121. OLE color: 9130121.

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

Color convert

RGB 137 80 139 -
CMYK 0.01 0.42 0 0.45
HSL 297.97º 0.27% 0.43% -
HSV(B) 297.97º 0.42% 0.55% -
XYZ 17.85 12.92 25.98 -
YUV 103.77 147.88 151.7 -
System Red Green Blue C M Y K H S L
Decimal 137 80 139 0.01 0.42 0 0.45 297.97 0.27 0.43
Hex 89 50 8B 1 2A 0 2D 12A 1B 2B
Octal 211 120 213 1 52 0 55 452 33 53
Binary 10001001 1010000 10001011 1 101010 0 101101 100101010 11011 101011

Color Harmonies of #89508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89508B

Black with #89508B

Text Example


Text Example

White with #89508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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