Html Css Color HEX #895995 Trendy Pink

📋 copy color: '#895995'

red 137 ◦ green 89 ◦ blue 149

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

Shades of Trendy Pink #895995

Tints of Trendy Pink #895995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 36.53%
G = 23.73%
B = 39.73%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895995 (or 0x895995) is known color: Trendy Pink. HEX triplet: 89, 59 and 95. RGB value is (137,89,149). Sum of RGB (Red+Green+Blue) = 137+89+149=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #895995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895995 is #76A66A. Grayscale: #6E6E6E. Windows color (decimal): -7775851 or 9787785. OLE color: 9787785.

HSL color Cylindrical-coordinate representation of color #895995: hue angle of 288º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895995 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 89 149 -
CMYK 0.08 0.40 0 0.42
HSL 288º 0.25% 0.47% -
HSV(B) 288º 0.4% 0.58% -
XYZ 19.31 14.63 30.24 -
YUV 110.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 137 89 149 0.08 0.40 0 0.42 288 0.25 0.47
Hex 89 59 95 8 28 0 2A 120 19 2F
Octal 211 131 225 10 50 0 52 440 31 57
Binary 10001001 1011001 10010101 1000 101000 0 101010 100100000 11001 101111

Color Harmonies of #895995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895995

Black with #895995

Text Example


Text Example

White with #895995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895995; }

 p { color: rgb(137,89,149); }

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

background-color css

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

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

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

border-color css

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

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

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