Html Css Color HEX #89417C Trendy Pink

📋 copy color: '#89417C'

red 137 ◦ green 65 ◦ blue 124

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

Shades of Trendy Pink #89417C

Tints of Trendy Pink #89417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 42.02%
G = 19.94%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89417C (or 0x89417C) is known color: Trendy Pink. HEX triplet: 89, 41 and 7C. RGB value is (137,65,124). Sum of RGB (Red+Green+Blue) = 137+65+124=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89417C is #76BE83. Grayscale: #5D5D5D. Windows color (decimal): -7782020 or 8143241. OLE color: 8143241.

HSL color Cylindrical-coordinate representation of color #89417C: hue angle of 310.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #89417C is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 65 124 -
CMYK 0 0.53 0.09 0.46
HSL 310.83º 0.36% 0.4% -
HSV(B) 310.83º 0.53% 0.54% -
XYZ 15.84 10.55 20.27 -
YUV 93.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 137 65 124 0 0.53 0.09 0.46 310.83 0.36 0.4
Hex 89 41 7C 0 35 9 2E 137 24 28
Octal 211 101 174 0 65 11 56 467 44 50
Binary 10001001 1000001 1111100 0 110101 1001 101110 100110111 100100 101000

Color Harmonies of #89417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89417C

Black with #89417C

Text Example


Text Example

White with #89417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,65,124); }

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

background-color css

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

 a { background-color: rgb(137,65,124); }

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

border-color css

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

 span { border-color: rgb(137,65,124); }

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