Html Css Color HEX #895595 Trendy Pink

📋 copy color: '#895595'

red 137 ◦ green 85 ◦ blue 149

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

Shades of Trendy Pink #895595

Tints of Trendy Pink #895595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

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

R = 36.93%
G = 22.91%
B = 40.16%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895595 (or 0x895595) is known color: Trendy Pink. HEX triplet: 89, 55 and 95. RGB value is (137,85,149). Sum of RGB (Red+Green+Blue) = 137+85+149=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #895595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895595 is #76AA6A. Grayscale: #6B6B6B. Windows color (decimal): -7776875 or 9786761. OLE color: 9786761.

HSL color Cylindrical-coordinate representation of color #895595: hue angle of 288.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895595 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 85 149 -
CMYK 0.08 0.43 0 0.42
HSL 288.75º 0.27% 0.46% -
HSV(B) 288.75º 0.43% 0.58% -
XYZ 18.99 13.99 30.13 -
YUV 107.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 137 85 149 0.08 0.43 0 0.42 288.75 0.27 0.46
Hex 89 55 95 8 2B 0 2A 121 1B 2E
Octal 211 125 225 10 53 0 52 441 33 56
Binary 10001001 1010101 10010101 1000 101011 0 101010 100100001 11011 101110

Color Harmonies of #895595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895595

Black with #895595

Text Example


Text Example

White with #895595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895595; }

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

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

background-color css

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

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

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

border-color css

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

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

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