#846587

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

Shades of Trendy Pink #846587

Tints of Trendy Pink #846587

Color information

#846587 (or 0x846587) is unknown color: approx Trendy Pink. HEX triplet: 84, 65 and 87. RGB value is (132,101,135). Sum of RGB (Red+Green+Blue) = 132+101+135=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #846587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846587 is #7B9A78. Grayscale: #727272. Windows color (decimal): -8100473 or 8873348. OLE color: 8873348.

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

Color convert

RGB132101135-
CMYK0.020.2500.47
HSL294.71º14.41%46.27%-
HSV(B)294.71º25.19%52.94%-
XYZ18.5415.9625.03-
YUV114.14139.77140.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.87%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=35.87%
G=27.45%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321011350.020.2500.47294.7114.4146.27
Hex84658721902F127e2e
Octal2041452072310574471656
Binary10000100110010110000111101100101011111001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846587; }

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

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

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

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

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

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

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

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