Html Css Color HEX #895A95 Trendy Pink

📋 copy color: '#895A95'

red 137 ◦ green 90 ◦ blue 149

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

Shades of Trendy Pink #895A95

Tints of Trendy Pink #895A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 36.44%
G = 23.94%
B = 39.63%

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

#895A95 (or 0x895A95) is known color: Trendy Pink. HEX triplet: 89, 5A and 95. RGB value is (137,90,149). Sum of RGB (Red+Green+Blue) = 137+90+149=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #895A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A95 is #76A56A. Grayscale: #6E6E6E. Windows color (decimal): -7775595 or 9788041. OLE color: 9788041.

HSL color Cylindrical-coordinate representation of color #895A95: hue angle of 287.8º 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 #895A95 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 90 149 -
CMYK 0.08 0.40 0 0.42
HSL 287.8º 0.25% 0.47% -
HSV(B) 287.8º 0.4% 0.58% -
XYZ 19.4 14.8 30.27 -
YUV 110.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 137 90 149 0.08 0.40 0 0.42 287.8 0.25 0.47
Hex 89 5A 95 8 28 0 2A 120 19 2F
Octal 211 132 225 10 50 0 52 440 31 57
Binary 10001001 1011010 10010101 1000 101000 0 101010 100100000 11001 101111

Color Harmonies of #895A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A95

Black with #895A95

Text Example


Text Example

White with #895A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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