Html Css Color HEX #895D91 Trendy Pink

📋 copy color: '#895D91'

red 137 ◦ green 93 ◦ blue 145

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

Shades of Trendy Pink #895D91

Tints of Trendy Pink #895D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 36.53%
G = 24.8%
B = 38.67%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#895D91 (or 0x895D91) is known color: Trendy Pink. HEX triplet: 89, 5D and 91. RGB value is (137,93,145). Sum of RGB (Red+Green+Blue) = 137+93+145=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #895D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895D91 is #76A26E. Grayscale: #6F6F6F. Windows color (decimal): -7774831 or 9526665. OLE color: 9526665.

HSL color Cylindrical-coordinate representation of color #895D91: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895D91 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 93 145 -
CMYK 0.06 0.36 0 0.43
HSL 290.77º 0.22% 0.47% -
HSV(B) 290.77º 0.36% 0.57% -
XYZ 19.34 15.19 28.7 -
YUV 112.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 137 93 145 0.06 0.36 0 0.43 290.77 0.22 0.47
Hex 89 5D 91 6 24 0 2B 123 16 2F
Octal 211 135 221 6 44 0 53 443 26 57
Binary 10001001 1011101 10010001 110 100100 0 101011 100100011 10110 101111

Color Harmonies of #895D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D91

Black with #895D91

Text Example


Text Example

White with #895D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,145); }

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

background-color css

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

 a { background-color: rgb(137,93,145); }

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

border-color css

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

 span { border-color: rgb(137,93,145); }

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