#87508A

Color #87508A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #87508A

Tints of Trendy Pink #87508A

Color information

#87508A (or 0x87508A) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 8A. RGB value is (135,80,138). Sum of RGB (Red+Green+Blue) = 135+80+138=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #87508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87508A is #78AF75. Grayscale: #666666. Windows color (decimal): -7909238 or 9064583. OLE color: 9064583.

HSL color Cylindrical-coordinate representation of color #87508A: hue angle of 296.9º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87508A is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13580138-
CMYK0.020.4200.46
HSL296.9º26.61%42.75%-
HSV(B)296.9º42.03%54.12%-
XYZ17.4512.7225.58-
YUV103.06147.72150.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=38.24%
G=22.66%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135801380.020.4200.46296.926.6142.75
Hex87508A22A02E1291b2b
Octal2071202122520564513353
Binary1000011110100001000101010101010010111010010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87508A; }

 p { color: rgb(135,80,138); }

 H1.HeaderClassName
 {
   color: #87508A;
 }
 .AnyTagClassName
 {
   color: #87508A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #87508A;
 }
 .BgClassName
 {
   background-color: #87508A;
 }
</style>
border-color css

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

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

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