#816587

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

Shades of Trendy Pink #816587

Tints of Trendy Pink #816587

Color information

#816587 (or 0x816587) is unknown color: approx Trendy Pink. HEX triplet: 81, 65 and 87. RGB value is (129,101,135). Sum of RGB (Red+Green+Blue) = 129+101+135=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #816587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816587 is #7E9A78. Grayscale: #717171. Windows color (decimal): -8297081 or 8873345. OLE color: 8873345.

HSL color Cylindrical-coordinate representation of color #816587: hue angle of 289.41º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816587 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB129101135-
CMYK0.040.2500.47
HSL289.41º14.41%46.27%-
HSV(B)289.41º25.19%52.94%-
XYZ18.0815.7225-
YUV113.25140.28139.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=35.34%
G=27.67%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291011350.040.2500.47289.4114.4146.27
Hex81658741902F121e2e
Octal2011452074310574411656
Binary100000011100101100001111001100101011111001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816587; }

 p { color: rgb(129,101,135); }

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

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

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

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

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

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

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