Html Css Color HEX #87407D Trendy Pink

📋 copy color: '#87407D'

red 135 ◦ green 64 ◦ blue 125

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

Shades of Trendy Pink #87407D

Tints of Trendy Pink #87407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 41.67%
G = 19.75%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87407D (or 0x87407D) is known color: Trendy Pink. HEX triplet: 87, 40 and 7D. RGB value is (135,64,125). Sum of RGB (Red+Green+Blue) = 135+64+125=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407D is #78BF82. Grayscale: #5C5C5C. Windows color (decimal): -7913347 or 8208519. OLE color: 8208519.

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

Color convert

RGB 135 64 125 -
CMYK 0 0.53 0.07 0.47
HSL 308.45º 0.36% 0.39% -
HSV(B) 308.45º 0.53% 0.53% -
XYZ 15.53 10.3 20.57 -
YUV 92.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 135 64 125 0 0.53 0.07 0.47 308.45 0.36 0.39
Hex 87 40 7D 0 35 7 2F 134 24 27
Octal 207 100 175 0 65 7 57 464 44 47
Binary 10000111 1000000 1111101 0 110101 111 101111 100110100 100100 100111

Color Harmonies of #87407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87407D

Black with #87407D

Text Example


Text Example

White with #87407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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