Html Css Color HEX #89427C Trendy Pink

📋 copy color: '#89427C'

red 137 ◦ green 66 ◦ blue 124

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

Shades of Trendy Pink #89427C

Tints of Trendy Pink #89427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 41.9%
G = 20.18%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89427C (or 0x89427C) is known color: Trendy Pink. HEX triplet: 89, 42 and 7C. RGB value is (137,66,124). Sum of RGB (Red+Green+Blue) = 137+66+124=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89427C is #76BD83. Grayscale: #5D5D5D. Windows color (decimal): -7781764 or 8143497. OLE color: 8143497.

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

Color convert

RGB 137 66 124 -
CMYK 0 0.52 0.09 0.46
HSL 310.99º 0.35% 0.4% -
HSV(B) 310.99º 0.52% 0.54% -
XYZ 15.9 10.67 20.29 -
YUV 93.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 137 66 124 0 0.52 0.09 0.46 310.99 0.35 0.4
Hex 89 42 7C 0 34 9 2E 137 23 28
Octal 211 102 174 0 64 11 56 467 43 50
Binary 10001001 1000010 1111100 0 110100 1001 101110 100110111 100011 101000

Color Harmonies of #89427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89427C

Black with #89427C

Text Example


Text Example

White with #89427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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