Html Css Color HEX #894B7D Trendy Pink

📋 copy color: '#894B7D'

red 137 ◦ green 75 ◦ blue 125

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

Shades of Trendy Pink #894B7D

Tints of Trendy Pink #894B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 40.65%
G = 22.26%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#894B7D (or 0x894B7D) is known color: Trendy Pink. HEX triplet: 89, 4B and 7D. RGB value is (137,75,125). Sum of RGB (Red+Green+Blue) = 137+75+125=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #894B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B7D is #76B482. Grayscale: #636363. Windows color (decimal): -7779459 or 8211337. OLE color: 8211337.

HSL color Cylindrical-coordinate representation of color #894B7D: hue angle of 311.61º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B7D is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 75 125 -
CMYK 0 0.45 0.09 0.46
HSL 311.61º 0.29% 0.42% -
HSV(B) 311.61º 0.45% 0.54% -
XYZ 16.53 11.83 20.81 -
YUV 99.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 137 75 125 0 0.45 0.09 0.46 311.61 0.29 0.42
Hex 89 4B 7D 0 2D 9 2E 138 1D 2A
Octal 211 113 175 0 55 11 56 470 35 52
Binary 10001001 1001011 1111101 0 101101 1001 101110 100111000 11101 101010

Color Harmonies of #894B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B7D

Black with #894B7D

Text Example


Text Example

White with #894B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894B7D; }

 p { color: rgb(137,75,125); }

 H1.HeaderClassName
 {
   color: #894B7D;
 }
 .AnyTagClassName
 {
   color: #894B7D;
 }
</style>

background-color css

<style>
 a { background-color: #894B7D; }

 a { background-color: rgb(137,75,125); }

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

border-color css

<style>
 span { border-color: #894B7D; }

 span { border-color: rgb(137,75,125); }

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