Html Css Color HEX #895081 Trendy Pink

📋 copy color: '#895081'

red 137 ◦ green 80 ◦ blue 129

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

Shades of Trendy Pink #895081

Tints of Trendy Pink #895081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 129 (50.78% from 255) = 37.28%

R = 39.6%
G = 23.12%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#895081 (or 0x895081) is known color: Trendy Pink. HEX triplet: 89, 50 and 81. RGB value is (137,80,129). Sum of RGB (Red+Green+Blue) = 137+80+129=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895081 is #76AF7E. Grayscale: #666666. Windows color (decimal): -7778175 or 8474761. OLE color: 8474761.

HSL color Cylindrical-coordinate representation of color #895081: hue angle of 308.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895081 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 129 -
CMYK 0 0.42 0.06 0.46
HSL 308.42º 0.26% 0.43% -
HSV(B) 308.42º 0.42% 0.54% -
XYZ 17.15 12.64 22.3 -
YUV 102.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 137 80 129 0 0.42 0.06 0.46 308.42 0.26 0.43
Hex 89 50 81 0 2A 6 2E 134 1A 2B
Octal 211 120 201 0 52 6 56 464 32 53
Binary 10001001 1010000 10000001 0 101010 110 101110 100110100 11010 101011

Color Harmonies of #895081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895081

Black with #895081

Text Example


Text Example

White with #895081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895081; }

 p { color: rgb(137,80,129); }

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

background-color css

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

 a { background-color: rgb(137,80,129); }

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

border-color css

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

 span { border-color: rgb(137,80,129); }

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