Html Css Color HEX #874987 Trendy Pink

📋 copy color: '#874987'

red 135 ◦ green 73 ◦ blue 135

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

Shades of Trendy Pink #874987

Tints of Trendy Pink #874987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.36%

R = 39.36%
G = 21.28%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#874987 (or 0x874987) is known color: Trendy Pink. HEX triplet: 87, 49 and 87. RGB value is (135,73,135). Sum of RGB (Red+Green+Blue) = 135+73+135=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #874987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874987 is #78B678. Grayscale: #626262. Windows color (decimal): -7911033 or 8866183. OLE color: 8866183.

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

Color convert

RGB 135 73 135 -
CMYK 0 0.46 0 0.47
HSL 300º 0.3% 0.41% -
HSV(B) 300º 0.46% 0.53% -
XYZ 16.75 11.67 24.29 -
YUV 98.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 135 73 135 0 0.46 0 0.47 300 0.3 0.41
Hex 87 49 87 0 2E 0 2F 12C 1E 29
Octal 207 111 207 0 56 0 57 454 36 51
Binary 10000111 1001001 10000111 0 101110 0 101111 100101100 11110 101001

Color Harmonies of #874987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874987

Black with #874987

Text Example


Text Example

White with #874987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874987; }

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

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

background-color css

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

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

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

border-color css

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

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

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