Html Css Color HEX #89508C Trendy Pink

📋 copy color: '#89508C'

red 137 ◦ green 80 ◦ blue 140

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

Shades of Trendy Pink #89508C

Tints of Trendy Pink #89508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 38.38%
G = 22.41%
B = 39.22%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89508C (or 0x89508C) is known color: Trendy Pink. HEX triplet: 89, 50 and 8C. RGB value is (137,80,140). Sum of RGB (Red+Green+Blue) = 137+80+140=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #89508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89508C is #76AF73. Grayscale: #676767. Windows color (decimal): -7778164 or 9195657. OLE color: 9195657.

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

Color convert

RGB 137 80 140 -
CMYK 0.02 0.43 0 0.45
HSL 297º 0.27% 0.43% -
HSV(B) 297º 0.43% 0.55% -
XYZ 17.92 12.95 26.37 -
YUV 103.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 137 80 140 0.02 0.43 0 0.45 297 0.27 0.43
Hex 89 50 8C 2 2B 0 2D 129 1B 2B
Octal 211 120 214 2 53 0 55 451 33 53
Binary 10001001 1010000 10001100 10 101011 0 101101 100101001 11011 101011

Color Harmonies of #89508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89508C

Black with #89508C

Text Example


Text Example

White with #89508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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