Html Css Color HEX #87497D Trendy Pink

📋 copy color: '#87497D'

red 135 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #87497D

Tints of Trendy Pink #87497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 40.54%
G = 21.92%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87497D (or 0x87497D) is known color: Trendy Pink. HEX triplet: 87, 49 and 7D. RGB value is (135,73,125). Sum of RGB (Red+Green+Blue) = 135+73+125=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #87497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87497D is #78B682. Grayscale: #616161. Windows color (decimal): -7911043 or 8210823. OLE color: 8210823.

HSL color Cylindrical-coordinate representation of color #87497D: hue angle of 309.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87497D is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 73 125 -
CMYK 0 0.46 0.07 0.47
HSL 309.68º 0.3% 0.41% -
HSV(B) 309.68º 0.46% 0.53% -
XYZ 16.08 11.4 20.75 -
YUV 97.47 143.54 154.77 -
System Red Green Blue C M Y K H S L
Decimal 135 73 125 0 0.46 0.07 0.47 309.68 0.3 0.41
Hex 87 49 7D 0 2E 7 2F 136 1E 29
Octal 207 111 175 0 56 7 57 466 36 51
Binary 10000111 1001001 1111101 0 101110 111 101111 100110110 11110 101001

Color Harmonies of #87497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87497D

Black with #87497D

Text Example


Text Example

White with #87497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87497D; }

 p { color: rgb(135,73,125); }

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

background-color css

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

 a { background-color: rgb(135,73,125); }

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

border-color css

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

 span { border-color: rgb(135,73,125); }

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