#876990

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

Shades of Trendy Pink #876990

Tints of Trendy Pink #876990

Color information

#876990 (or 0x876990) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 90. RGB value is (135,105,144). Sum of RGB (Red+Green+Blue) = 135+105+144=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #876990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876990 is #78966F. Grayscale: #767676. Windows color (decimal): -7902832 or 9464199. OLE color: 9464199.

HSL color Cylindrical-coordinate representation of color #876990: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876990 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135105144-
CMYK0.060.2700.44
HSL286.15º15.66%48.82%-
HSV(B)286.15º27.08%56.47%-
XYZ20.0817.2728.66-
YUV118.42142.44139.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=35.16%
G=27.34%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351051440.060.2700.44286.1515.6648.82
Hex87699061B02C11e1031
Octal2071512206330544362061
Binary1000011111010011001000011011011010110010001111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876990; }

 p { color: rgb(135,105,144); }

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

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

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

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

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

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

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