Html Css Color HEX #89538B Trendy Pink

📋 copy color: '#89538B'

red 137 ◦ green 83 ◦ blue 139

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

Shades of Trendy Pink #89538B

Tints of Trendy Pink #89538B

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 value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89538B (or 0x89538B) is known color: 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

RGB 137 83 139 -
CMYK 0.01 0.40 0 0.45
HSL 297.86º 0.25% 0.44% -
HSV(B) 297.86º 0.4% 0.55% -
XYZ 18.07 13.37 26.05 -
YUV 105.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 137 83 139 0.01 0.40 0 0.45 297.86 0.25 0.44
Hex 89 53 8B 1 28 0 2D 12A 19 2C
Octal 211 123 213 1 50 0 55 452 31 54
Binary 10001001 1010011 10001011 1 101000 0 101101 100101010 11001 101100

Color Harmonies of #89538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89538B

Black with #89538B

Text Example


Text Example

White with #89538B

Text Example


Text Example

HTML Codes & Css Web 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>