Html Css Color HEX #875089 Trendy Pink

📋 copy color: '#875089'

red 135 ◦ green 80 ◦ blue 137

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

Shades of Trendy Pink #875089

Tints of Trendy Pink #875089

RGB

 RED value IS 135 (53.13% from 255) = 38.35%

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

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 38.35%
G = 22.73%
B = 38.92%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#875089 (or 0x875089) is known color: Trendy Pink. HEX triplet: 87, 50 and 89. RGB value is (135,80,137). Sum of RGB (Red+Green+Blue) = 135+80+137=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 137 - color contains mainly: blue. Hex color #875089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875089 is #78AF76. Grayscale: #666666. Windows color (decimal): -7909239 or 8999047. OLE color: 8999047.

HSL color Cylindrical-coordinate representation of color #875089: hue angle of 297.89º 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 #875089 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 80 137 -
CMYK 0.01 0.42 0 0.46
HSL 297.89º 0.26% 0.43% -
HSV(B) 297.89º 0.42% 0.54% -
XYZ 17.38 12.69 25.2 -
YUV 102.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 135 80 137 0.01 0.42 0 0.46 297.89 0.26 0.43
Hex 87 50 89 1 2A 0 2E 12A 1A 2B
Octal 207 120 211 1 52 0 56 452 32 53
Binary 10000111 1010000 10001001 1 101010 0 101110 100101010 11010 101011

Color Harmonies of #875089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875089

Black with #875089

Text Example


Text Example

White with #875089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875089; }

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

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

background-color css

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

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

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

border-color css

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

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

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