Html Css Color HEX #895C8B Trendy Pink

📋 copy color: '#895C8B'

red 137 ◦ green 92 ◦ blue 139

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

Shades of Trendy Pink #895C8B

Tints of Trendy Pink #895C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 37.23%
G = 25%
B = 37.77%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#895C8B (or 0x895C8B) is known color: Trendy Pink. HEX triplet: 89, 5C and 8B. RGB value is (137,92,139). Sum of RGB (Red+Green+Blue) = 137+92+139=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #895C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C8B is #76A374. Grayscale: #6E6E6E. Windows color (decimal): -7775093 or 9133193. OLE color: 9133193.

HSL color Cylindrical-coordinate representation of color #895C8B: hue angle of 297.45º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895C8B is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 92 139 -
CMYK 0.01 0.34 0 0.45
HSL 297.45º 0.2% 0.45% -
HSV(B) 297.45º 0.34% 0.55% -
XYZ 18.8 14.84 26.3 -
YUV 110.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 137 92 139 0.01 0.34 0 0.45 297.45 0.2 0.45
Hex 89 5C 8B 1 22 0 2D 129 14 2D
Octal 211 134 213 1 42 0 55 451 24 55
Binary 10001001 1011100 10001011 1 100010 0 101101 100101001 10100 101101

Color Harmonies of #895C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C8B

Black with #895C8B

Text Example


Text Example

White with #895C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,139); }

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

background-color css

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

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

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

border-color css

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

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

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