Html Css Color HEX #87467D Trendy Pink

📋 copy color: '#87467D'

red 135 ◦ green 70 ◦ blue 125

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

Shades of Trendy Pink #87467D

Tints of Trendy Pink #87467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

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

R = 40.91%
G = 21.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87467D (or 0x87467D) is known color: Trendy Pink. HEX triplet: 87, 46 and 7D. RGB value is (135,70,125). Sum of RGB (Red+Green+Blue) = 135+70+125=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #87467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87467D is #78B982. Grayscale: #5F5F5F. Windows color (decimal): -7911811 or 8210055. OLE color: 8210055.

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

Color convert

RGB 135 70 125 -
CMYK 0 0.48 0.07 0.47
HSL 309.23º 0.32% 0.4% -
HSV(B) 309.23º 0.48% 0.53% -
XYZ 15.88 11.01 20.69 -
YUV 95.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 135 70 125 0 0.48 0.07 0.47 309.23 0.32 0.4
Hex 87 46 7D 0 30 7 2F 135 20 28
Octal 207 106 175 0 60 7 57 465 40 50
Binary 10000111 1000110 1111101 0 110000 111 101111 100110101 100000 101000

Color Harmonies of #87467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87467D

Black with #87467D

Text Example


Text Example

White with #87467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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