Html Css Color HEX #87427C Trendy Pink

📋 copy color: '#87427C'

red 135 ◦ green 66 ◦ blue 124

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

Shades of Trendy Pink #87427C

Tints of Trendy Pink #87427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 41.54%
G = 20.31%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87427C (or 0x87427C) is known color: Trendy Pink. HEX triplet: 87, 42 and 7C. RGB value is (135,66,124). Sum of RGB (Red+Green+Blue) = 135+66+124=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87427C is #78BD83. Grayscale: #5D5D5D. Windows color (decimal): -7912836 or 8143495. OLE color: 8143495.

HSL color Cylindrical-coordinate representation of color #87427C: hue angle of 309.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87427C is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 124 -
CMYK 0 0.51 0.08 0.47
HSL 309.57º 0.34% 0.39% -
HSV(B) 309.57º 0.51% 0.53% -
XYZ 15.58 10.5 20.27 -
YUV 93.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 135 66 124 0 0.51 0.08 0.47 309.57 0.34 0.39
Hex 87 42 7C 0 33 8 2F 136 22 27
Octal 207 102 174 0 63 10 57 466 42 47
Binary 10000111 1000010 1111100 0 110011 1000 101111 100110110 100010 100111

Color Harmonies of #87427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87427C

Black with #87427C

Text Example


Text Example

White with #87427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87427C; }

 p { color: rgb(135,66,124); }

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

background-color css

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

 a { background-color: rgb(135,66,124); }

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

border-color css

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

 span { border-color: rgb(135,66,124); }

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