Html Css Color HEX #895894 Trendy Pink

📋 copy color: '#895894'

red 137 ◦ green 88 ◦ blue 148

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

Shades of Trendy Pink #895894

Tints of Trendy Pink #895894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 36.73%
G = 23.59%
B = 39.68%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895894 (or 0x895894) is known color: Trendy Pink. HEX triplet: 89, 58 and 94. RGB value is (137,88,148). Sum of RGB (Red+Green+Blue) = 137+88+148=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #895894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895894 is #76A76B. Grayscale: #6D6D6D. Windows color (decimal): -7776108 or 9721993. OLE color: 9721993.

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

Color convert

RGB 137 88 148 -
CMYK 0.07 0.41 0 0.42
HSL 289º 0.25% 0.46% -
HSV(B) 289º 0.41% 0.58% -
XYZ 19.15 14.44 29.79 -
YUV 109.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 137 88 148 0.07 0.41 0 0.42 289 0.25 0.46
Hex 89 58 94 7 29 0 2A 121 19 2E
Octal 211 130 224 7 51 0 52 441 31 56
Binary 10001001 1011000 10010100 111 101001 0 101010 100100001 11001 101110

Color Harmonies of #895894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895894

Black with #895894

Text Example


Text Example

White with #895894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895894; }

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

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

background-color css

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

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

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

border-color css

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

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

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