Html Css Color HEX #895889 Trendy Pink

📋 copy color: '#895889'

red 137 ◦ green 88 ◦ blue 137

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

Shades of Trendy Pink #895889

Tints of Trendy Pink #895889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 37.85%
G = 24.31%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#895889 (or 0x895889) is known color: Trendy Pink. HEX triplet: 89, 58 and 89. RGB value is (137,88,137). Sum of RGB (Red+Green+Blue) = 137+88+137=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #895889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895889 is #76A776. Grayscale: #6C6C6C. Windows color (decimal): -7776119 or 9001097. OLE color: 9001097.

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

Color convert

RGB 137 88 137 -
CMYK 0 0.36 0 0.46
HSL 300º 0.22% 0.44% -
HSV(B) 300º 0.36% 0.54% -
XYZ 18.32 14.1 25.42 -
YUV 108.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 137 88 137 0 0.36 0 0.46 300 0.22 0.44
Hex 89 58 89 0 24 0 2E 12C 16 2C
Octal 211 130 211 0 44 0 56 454 26 54
Binary 10001001 1011000 10001001 0 100100 0 101110 100101100 10110 101100

Color Harmonies of #895889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895889

Black with #895889

Text Example


Text Example

White with #895889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895889; }

 p { color: rgb(137,88,137); }

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

background-color css

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

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

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

border-color css

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

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

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