Html Css Color HEX #874880 Trendy Pink

📋 copy color: '#874880'

red 135 ◦ green 72 ◦ blue 128

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

Shades of Trendy Pink #874880

Tints of Trendy Pink #874880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 40.3%
G = 21.49%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#874880 (or 0x874880) is known color: Trendy Pink. HEX triplet: 87, 48 and 80. RGB value is (135,72,128). Sum of RGB (Red+Green+Blue) = 135+72+128=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874880 is #78B77F. Grayscale: #616161. Windows color (decimal): -7911296 or 8407175. OLE color: 8407175.

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

Color convert

RGB 135 72 128 -
CMYK 0 0.47 0.05 0.47
HSL 306.67º 0.3% 0.41% -
HSV(B) 306.67º 0.47% 0.53% -
XYZ 16.21 11.34 21.76 -
YUV 97.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 135 72 128 0 0.47 0.05 0.47 306.67 0.3 0.41
Hex 87 48 80 0 2F 5 2F 133 1E 29
Octal 207 110 200 0 57 5 57 463 36 51
Binary 10000111 1001000 10000000 0 101111 101 101111 100110011 11110 101001

Color Harmonies of #874880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874880

Black with #874880

Text Example


Text Example

White with #874880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874880; }

 p { color: rgb(135,72,128); }

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

background-color css

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

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

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

border-color css

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

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

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