Html Css Color HEX #895895 Trendy Pink

📋 copy color: '#895895'

red 137 ◦ green 88 ◦ blue 149

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

Shades of Trendy Pink #895895

Tints of Trendy Pink #895895

RGB

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

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

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

R = 36.63%
G = 23.53%
B = 39.84%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#895895 (or 0x895895) is known color: Trendy Pink. HEX triplet: 89, 58 and 95. RGB value is (137,88,149). Sum of RGB (Red+Green+Blue) = 137+88+149=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #895895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895895 is #76A76A. Grayscale: #6D6D6D. Windows color (decimal): -7776107 or 9787529. OLE color: 9787529.

HSL color Cylindrical-coordinate representation of color #895895: hue angle of 288.2º degrees, saturation: 0.26, 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 #895895 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 88 149 -
CMYK 0.08 0.41 0 0.42
HSL 288.2º 0.26% 0.46% -
HSV(B) 288.2º 0.41% 0.58% -
XYZ 19.23 14.47 30.21 -
YUV 109.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 137 88 149 0.08 0.41 0 0.42 288.2 0.26 0.46
Hex 89 58 95 8 29 0 2A 120 1A 2E
Octal 211 130 225 10 51 0 52 440 32 56
Binary 10001001 1011000 10010101 1000 101001 0 101010 100100000 11010 101110

Color Harmonies of #895895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895895

Black with #895895

Text Example


Text Example

White with #895895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895895; }

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

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

background-color css

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

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

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

border-color css

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

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

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